change interface and ip back to example

This commit is contained in:
2021-12-04 15:40:08 -05:00
parent f5bdef057c
commit 3ae1d9f4a6

View File

@@ -27,9 +27,9 @@ require_once("XMLRPC_Client.inc");
#############
# Master Node/Router
$wanInterface = 'opt1';
$wanInterface = 'wan';
$gatewayName = 'WAN_GW';
$wanStaticIP = '10.0.12.5';
$wanStaticIP = '192.168.255.1';
$wanStaticIPSubnet = '30';
###################