🧩 Disable IPv4 or IPv6 in config.json

This commit is contained in:
Timothy Miller
2021-03-16 20:53:28 -04:00
parent 6fe23a2aee
commit bdf8c75cad
3 changed files with 47 additions and 22 deletions

View File

@@ -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