-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script changes zone to DNS Only after running #311
Comments
it does not keep the previous setting in DNS Server. Related #115 |
you can help modified those lines Lines 139 to 140 in 9cfdc14
to (keep the proxied value)) res = request('PUT', '/' + zoneid + '/dns_records/' + record['id'],
type=record_type, content=value, name=domain, proxied=record['proxied'] ,ttl=Config.TTL) -type=record_type, content=value, name=domain, ttl=Config.TTL)
+type=record_type, content=value, name=domain, proxied=record['proxied'] ,ttl=Config.TTL) My cloud flare account was lost. Please help me test it. If it works, please create a pull request. |
I'll give it a go |
It works! |
|
Hi
Running the script changes zone to DNS Only after updating.
config.json proxy is null
The text was updated successfully, but these errors were encountered: