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:
Florian Eckert
2026-03-05 08:58:48 +01:00
committed by Florian Eckert
parent 54eae83c95
commit a5b3ecfbcf

View File

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