Update {$mac}.cfg

update to address Problem #1976; https://github.com/fusionpbx/fusionpbx/issues/1976
This commit is contained in:
Len 2016-11-24 01:40:46 -05:00 committed by GitHub
parent 976e8a3422
commit a2ac6f2a11
1 changed files with 10 additions and 3 deletions

View File

@ -968,9 +968,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 ##