mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
hamcore: document new "UV_NO_DHCP" setting in the OpenVPN configuration sample
This commit is contained in:
parent
fd316014d6
commit
c7b14e091d
@ -29,14 +29,25 @@
|
||||
;setenv UV_HOSTNAME Hostname
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Disable DHCP setting.
|
||||
#
|
||||
# Uncomment the line if you don't want the server to send network settings to
|
||||
# the client. The virtual network adapter's IP address has to be set manually,
|
||||
# unless you are on Windows, which gets it automatically using DHCP.
|
||||
|
||||
;setenv UV_NO_DHCP
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Push extra info about the client to the server.
|
||||
#
|
||||
# The server currently uses:
|
||||
# IV_HWADDR = Default gateway's MAC Address
|
||||
# UV_HOSTNAME = Custom hostname
|
||||
# UV_NO_DHCP = Setting to disable DHCP
|
||||
#
|
||||
# They are required in order to set an hostname for the client.
|
||||
# IV_HWADDR and UV_HOSTNAME are used to set an hostname for the client.
|
||||
|
||||
push-peer-info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user