Created
January 20, 2017 04:57
-
-
Save kacchan822/065acbcac7dc202967f906d3d5afba1d to your computer and use it in GitHub Desktop.
Fail2ban filter for SoftEther VPN server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Fail2Ban sfvpn-ddos filter | |
# | |
[INCLUDES] | |
before = common.conf | |
[Definition] | |
failregex = A DoS attack on the TCP Listener \(port \d+\) has been detected\. The connecting source IP address is <HOST>, port number is \d+\. This connection will be forcefully disconnected now\. | |
ignoreregex = |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment