Created
February 19, 2022 00:59
-
-
Save sid137/7f68a9c8a116b51332f922721544a049 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "interfaces": { | |
| "wan1": { | |
| "enabled": true, | |
| "svis": { | |
| "ipv4": { | |
| "assignmentMode": "dynamic" | |
| }, | |
| "ipv6": { | |
| "assignmentMode": "dynamic" | |
| } | |
| }, | |
| "pppoe": { | |
| "enabled": true, | |
| "authentication": { | |
| "enabled": true, | |
| "username": "username" | |
| } | |
| } | |
| }, | |
| "wan2": { | |
| "enabled": false, | |
| "svis": { | |
| "ipv4": { | |
| "assignmentMode": "static", | |
| "address": "9.10.11.10/16", | |
| "gateway": "13.14.15.16", | |
| "nameservers": { | |
| "addresses": [ | |
| "1.2.3.4" | |
| ] | |
| } | |
| }, | |
| "ipv6": { | |
| "assignmentMode": "static", | |
| "address": "1:2:3::4", | |
| "gateway": "1:2:3::5", | |
| "nameservers": { | |
| "addresses": [ | |
| "1001:4860:4860::8888", | |
| "1001:4860:4860::8844" | |
| ] | |
| } | |
| } | |
| }, | |
| "pppoe": { | |
| "enabled": false | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment