Update {$mac}.cfg

update for networking
This commit is contained in:
Len
2016-11-24 02:01:30 -05:00
committed by GitHub
parent b340e99493
commit 429a0f6695

View File

@@ -972,9 +972,16 @@ network.internet_port.type =
network.internet_port.ip =
network.internet_port.mask =
network.internet_port.gateway =
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
{if isset($dns_server_primary)}
network.primary_dns = {$dns_server_primary}
{/if}
{if isset($dns_server_secondary)}
network.secondary_dns = {$dns_server_secondary}
{/if}
{if isset($dns_server_primary)}
network.static_dns_enable = 1
{else}network.static_dns_enable = 0
{/if}
#######################################################################################
## Account 3 Basic Settings ##