mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +00:00
21 lines
250 B
Text
21 lines
250 B
Text
[DEFAULT]
|
|
backend = systemd
|
|
banaction = shorewall
|
|
|
|
[sshd]
|
|
enabled = true
|
|
|
|
[openvpn_tcp]
|
|
enabled = true
|
|
port = 65301
|
|
protocol = tcp
|
|
filter = openvpn
|
|
maxretry = 5
|
|
|
|
[openvpn_udp]
|
|
enabled = true
|
|
port = 65301
|
|
protocol = udp
|
|
filter = openvpn
|
|
maxretry = 5
|
|
|