Update {$mac}.cfg (#3566)
This commit is contained in:
parent
456a710052
commit
c2f09bbd4e
|
|
@ -504,7 +504,7 @@ account.1.xsi.port =
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## ranges from 1 to 6;
|
## ranges from 1 to 6;
|
||||||
##account.X.enable =
|
##account.X.enable =
|
||||||
{if isset($account.2.user_password) }
|
{if isset($account.2.password) }
|
||||||
account.2.enable = 1
|
account.2.enable = 1
|
||||||
{else}
|
{else}
|
||||||
account.2.enable = 0
|
account.2.enable = 0
|
||||||
|
|
@ -1013,7 +1013,7 @@ network.static_dns_enable = 1
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## ranges from 1 to 6;
|
## ranges from 1 to 6;
|
||||||
##account.X.enable =
|
##account.X.enable =
|
||||||
{if isset($account.3.user_password) }
|
{if isset($account.3.password) }
|
||||||
account.3.enable = 1
|
account.3.enable = 1
|
||||||
{else}
|
{else}
|
||||||
account.3.enable = 0
|
account.3.enable = 0
|
||||||
|
|
@ -1504,7 +1504,7 @@ network.internet_port.gateway =
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## ranges from 1 to 6;
|
## ranges from 1 to 6;
|
||||||
##account.X.enable =
|
##account.X.enable =
|
||||||
{if isset($account.4.user_password) }
|
{if isset($account.4.password) }
|
||||||
account.4.enable = 1
|
account.4.enable = 1
|
||||||
{else}
|
{else}
|
||||||
account.4.enable = 0
|
account.4.enable = 0
|
||||||
|
|
@ -1995,7 +1995,7 @@ network.internet_port.gateway =
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## ranges from 1 to 6;
|
## ranges from 1 to 6;
|
||||||
##account.X.enable =
|
##account.X.enable =
|
||||||
{if isset($account.5.user_password) }
|
{if isset($account.5.password) }
|
||||||
account.5.enable = 1
|
account.5.enable = 1
|
||||||
{else}
|
{else}
|
||||||
account.5.enable = 0
|
account.5.enable = 0
|
||||||
|
|
@ -2486,7 +2486,7 @@ network.internet_port.gateway =
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## ranges from 1 to 6;
|
## ranges from 1 to 6;
|
||||||
##account.X.enable =
|
##account.X.enable =
|
||||||
{if isset($account.6.user_password) }
|
{if isset($account.6.password) }
|
||||||
account.6.enable = 1
|
account.6.enable = 1
|
||||||
{else}
|
{else}
|
||||||
account.6.enable = 0
|
account.6.enable = 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue