openvpn: add OpenVPN option push-peer-info
This will allow the server to know more info about the client like HWADDR, very useful for managing IoT devices. See: https://www.mankier.com/8/openvpn#--push-peer-info Signed-off-by: Nguyen Quang Minh <minhnq31@fpt.com.vn>
This commit is contained in:
parent
473e27bada
commit
0b8baefec2
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||
PKG_NAME:=openvpn
|
||||
|
||||
PKG_VERSION:=2.5.3
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE_URL:=\
|
||||
https://build.openvpn.net/downloads/releases/ \
|
||||
|
|
|
@ -177,6 +177,7 @@ persist_remote_ip
|
|||
persist_tun
|
||||
ping_timer_rem
|
||||
pull
|
||||
push_peer_info
|
||||
push_reset
|
||||
remote_random
|
||||
rmtun
|
||||
|
|
Loading…
Reference in a new issue