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
10
fail2ban-filter-openvpn.conf
Normal file
10
fail2ban-filter-openvpn.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
[INCLUDES]
|
||||
before = common.conf
|
||||
|
||||
[Definition]
|
||||
_daemon = ovpn-server
|
||||
failregex =%(__prefix_line)s<HOST>:[0-9]{4,5} TLS Auth Error:.*
|
||||
%(__prefix_line)s<HOST>:[0-9]{4,5} VERIFY ERROR:.*
|
||||
%(__prefix_line)s<HOST>:[0-9]{4,5} TLS Error: TLS handshake failed.*
|
||||
%(__prefix_line)sTLS Error: cannot locate HMAC in incoming packet from \[AF_INET\]<HOST>:[0-9]{4,5}
|
||||
maxlines = 1
|
Loading…
Add table
Add a link
Reference in a new issue