blocklistd: Fix RFC1918 typo
The address in the configuration file example was intended to be from the 192.168.0.0/16 range of IPv4 private addresses (RFC1918). Reported on mastodon.social at https://mastodon.social/@asmodai/116316630762241486. Fix submitted upstream by emaste@. Fixing locally first. Reviewed by: emaste MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D56773
This commit is contained in:
@@ -14,7 +14,7 @@ submission stream * * * 3 24h
|
||||
|
||||
# adr/mask:port type proto owner name nfail duration
|
||||
[remote]
|
||||
#129.168.0.0/16 * * * = * *
|
||||
#192.168.0.0/16 * * * = * *
|
||||
#[2001:db8::]/32:ssh * * * = * *
|
||||
#6161 = = = =/24 = =
|
||||
#* stream tcp * = = =
|
||||
|
||||
@@ -10,7 +10,7 @@ submission stream * * * 3 24h
|
||||
|
||||
# adr/mask:port type proto owner name nfail duration
|
||||
[remote]
|
||||
#129.168.0.0/16 * * * = * *
|
||||
#192.168.0.0/16 * * * = * *
|
||||
#[2001:db8::]/32:ssh * * * = * *
|
||||
#6161 = = = =/24 = =
|
||||
#* stream tcp * = = =
|
||||
|
||||
Reference in New Issue
Block a user