Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
20d67375336064d6c3e7d0f01fc285164ba6f619...4e2ce944e983bfbf7d23210a2bfb4a60d5d56dcc
Commits (1)
Add more private IP address ranges to the default filter exemption list
· 4e2ce944
Rob Swindell
authored
May 23, 2021
And the IPv4 link local address block (169.254/16) too.
4e2ce944
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
ctrl/ipfilter_exempt.cfg
ctrl/ipfilter_exempt.cfg
+10
-4
No files found.
ctrl/ipfilter_exempt.cfg
View file @
4e2ce944
; Enter IP addresses that are exempt from filtering/banning/throttling into this file
; Wildcard characters (*, ^, ~) are allowed and ! negates the match
127.*
; IP addresses that are exempt from filtering/banning/throttling
; Wildcard characters (*, ^, ~) are allowed
; IPv4 CIDR notation is supported
; ! negates the match
::1
127.0.0.0/8
10.0.0.0/8
169.254.0.0/16
172.16.0.0/12
192.168.0.0/16