1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-23 01:49:53 +03:00

Hamcore: add "push-peer-info" and "UV_HOSTNAME" to the OpenVPN sample configuration

This commit is contained in:
Davide Beatrici 2018-04-16 18:20:09 +02:00
parent 970e217380
commit a5bd4b33da

View File

@ -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.
#