mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
wan_try_dhcp_then_static_ip -> wan_can_use_dhcp_ip
This commit is contained in:
parent
f26f02fea4
commit
2d682b6c68
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ wan_netmask: # wan_netmask: 255.255.255.0
|
|||
wan_gateway: # wan_gateway: 192.168.1.1
|
||||
wan_nameserver: # wan_nameserver: 192.168.1.1
|
||||
#
|
||||
wan_try_dhcp_then_static_ip: True # Facilitate field updates w/ cablemodems.
|
||||
wan_can_use_dhcp_ip: True # Facilitate field updates w/ cablemodems.
|
||||
dhcp_timeout: 10 # Revert to Static IP or 169.254.x.y if DHCP isn't
|
||||
# detected on the Ethernet network in 10 seconds (dhcpcd default is 30 sec).
|
||||
wan_link_local: False # Keep this as 'False' to strongly mandate Ethernet
|
||||
|
|
Loading…
Reference in a new issue