about [UPDATING] [RELNOTES]summaryrefslograw-logtreecommitdiffstats up
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/blacklistd/blacklistd.conf[diff] [file]2
-rw-r--r--usr.sbin/blocklistd/blocklistd.conf[diff] [file]2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/blacklistd/blacklistd.conf b/usr.sbin/blacklistd/blacklistd.conf
index ec995e038574..04a09f8d3dea 100644
--- a/usr.sbin/blacklistd/blacklistd.conf
+++ b/usr.sbin/blacklistd/blacklistd.conf
@@ -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 * = = =
diff --git a/usr.sbin/blocklistd/blocklistd.conf b/usr.sbin/blocklistd/blocklistd.conf
index c6c7f7c2fafc..db9a6fc5c720 100644
--- a/usr.sbin/blocklistd/blocklistd.conf
+++ b/usr.sbin/blocklistd/blocklistd.conf
@@ -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 * = = =
This site is maintained by Jamie Landeg-Jones <jamie@catflap.org>, and is not an official FreeBSD project, nor is it endorsed by the FreeBSD team.