mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
Change the default for background_dhclient back to NO. It can
cause to much troubles with applications.
This commit is contained in:
parent
a156f90104
commit
70374dff23
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ hostname="" # Set this!
|
|||
nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
|
||||
dhclient_program="/sbin/dhclient" # Path to dhcp client program.
|
||||
dhclient_flags="" # Additional flags to pass to dhcp client.
|
||||
background_dhclient="YES" # Start dhcp client in the background.
|
||||
background_dhclient="NO" # Start dhcp client in the background.
|
||||
firewall_enable="NO" # Set to YES to enable firewall functionality
|
||||
firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
|
||||
firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)
|
||||
|
|
|
|||
Loading…
Reference in a new issue