mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
🧩 Disable IPv4 or IPv6 in config.json
This commit is contained in:
@@ -59,6 +59,15 @@ Alternatively, you can use the traditional API keys by setting appropriate value
|
||||
"account_email": "The email address you use to sign in to cloudflare",
|
||||
```
|
||||
|
||||
### Enable or disable IPv4 or IPv6
|
||||
|
||||
Some ISP provided modems only allow port forwarding over IPv4 or IPv6. In this case, you would want to disable any interface not accessible via port forward.
|
||||
|
||||
```json
|
||||
"a": true,
|
||||
"aaaa": true
|
||||
```
|
||||
|
||||
### Other values explained
|
||||
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user