Skip to content

Instantly share code, notes, and snippets.

@sid137
Created February 19, 2022 00:20
Show Gist options
  • Save sid137/7f55143d7efb63dcdbfa10673bafdb8e to your computer and use it in GitHub Desktop.
Save sid137/7f55143d7efb63dcdbfa10673bafdb8e to your computer and use it in GitHub Desktop.
{
"uplink_settings": [
{
"static_ip_enabled": true,
"static_ip": "167.98.164.132",
"static_netmask": "255.255.255.240",
"static_gateway": "167.98.164.129",
"static_dns1": "8.8.8.8",
"static_dns2": "8.8.4.4",
"static_vlan": null,
"preferred_dhcp_vlan": null,
"management_vlan": null,
"wired_vlan_enabled": false,
"wired_vlan": 0,
"wired_pppoe_enabled": false,
"wired_pppoe_authentication_enabled": false,
"wired_pppoe_username": null,
"wired_pppoe_password": null,
"wired_pppoe_static_ip_enabled": false,
"wired_pppoe_static_ip": null,
"wired_wan_enabled": true
},
{
"static_ip_enabled": false,
"static_ip": null,
"static_netmask": null,
"static_gateway": null,
"static_dns1": null,
"static_dns2": null,
"static_vlan": null,
"preferred_dhcp_vlan": null,
"management_vlan": null,
"wired_vlan_enabled": false,
"wired_vlan": 0,
"wired_pppoe_enabled": false,
"wired_pppoe_authentication_enabled": false,
"wired_pppoe_username": null,
"wired_pppoe_password": null,
"wired_pppoe_static_ip_enabled": false,
"wired_pppoe_static_ip": null,
"wired_wan_enabled": null
}
],
"uplink6_settings": [
{
"static_ip6_enabled": false,
"static_ip6": null,
"static_ip6_plen": null,
"static_ip6_gateway": null,
"static_dns6_1": null,
"static_dns6_2": null,
"static_vlan6": null,
"preferred_dhcp_vlan": null,
"management_vlan": null
}
],
"mtunnel_http_proxy_settings": {
"mtunnel_http_proxy_enabled": false,
"mtunnel_http_proxy": null,
"mtunnel_http_proxy_userpwd_enabled": false,
"mtunnel_http_proxy_userpwd": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment