mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Update omr-admin API, add gre-tunnel and lan-routes as options, add OpenVPN to fail2ban
This commit is contained in:
parent
5abd262382
commit
b76adb8a24
4 changed files with 59 additions and 12 deletions
|
@ -4,3 +4,18 @@ 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue