This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Commit a47bfcb
committed
Keep proxied state during IP-address update
Previously the program didn't store the state of the
Cloudflare proxy setting, always setting it to proxied=False
during an update. With this commit the script will store
the state of the 'proxied' value and restore it during a record
update.1 parent 286cb0f commit a47bfcb
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
74 | | - | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
0 commit comments