Update {$mac}.cfg
This commit is contained in:
parent
a228116cd9
commit
c1b13f0f8b
|
|
@ -122,8 +122,8 @@ account.1.reg_fail_retry_interval =
|
|||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
|
||||
|
||||
account.1.nat.stun_server = ${stun_server}
|
||||
account.1.nat.stun_port = {if isset($stun_port)}${stun_port}{else}3478{/if}
|
||||
account.1.nat.stun_server = {$stun_server}
|
||||
account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 3
|
||||
|
|
|
|||
Loading…
Reference in New Issue