mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Hamcore: add "push-peer-info" and "UV_HOSTNAME" to the OpenVPN sample configuration
This commit is contained in:
parent
970e217380
commit
a5bd4b33da
@ -19,6 +19,28 @@
|
||||
# config file. Please refer the below descriptions carefully.
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Custom hostname setting.
|
||||
#
|
||||
# Uncomment the line and replace "Hostname" with your desired string, if you
|
||||
# want the server to use a specific hostname instead of the default gateway's
|
||||
# hardware address.
|
||||
|
||||
;setenv UV_HOSTNAME Hostname
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Push extra info about the client to the server.
|
||||
#
|
||||
# The server currently uses:
|
||||
# IV_HWADDR = Default gateway's MAC Address
|
||||
# UV_HOSTNAME = Custom hostname
|
||||
#
|
||||
# They are required in order to set an hostname for the client.
|
||||
|
||||
push-peer-info
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Specify the type of the layer of the VPN connection.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user