mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
openvpn: rename openvpn proto option to ovpnproto option
This was forgotten during renameing of this option.
Fixes: e026ce0f ("openvpn: handle ovpnproto exclusively")
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
committed by
Florian Eckert
parent
54eae83c95
commit
a5b3ecfbcf
@@ -49,8 +49,8 @@ config interface sample_server
|
||||
|
||||
# TCP or UDP server?
|
||||
|
||||
# option proto tcp
|
||||
option proto udp
|
||||
# option ovpnproto tcp
|
||||
option ovpnproto udp
|
||||
|
||||
# "dev_type tun" will create a routed IP tunnel,
|
||||
# "dev_type tap" will create an Ethernet tunnel.
|
||||
|
||||
Reference in New Issue
Block a user