diff options
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/recon.sample.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/data/recon.sample.conf b/src/data/recon.sample.conf new file mode 100644 index 0000000..96c3d00 --- /dev/null +++ b/src/data/recon.sample.conf @@ -0,0 +1,10 @@ +# IPv4 target networks +T 192.18.0.0/24 # Test pool A +T 192.18.1.0/25# Test pool B + # IPv6 target networks +T fc00:A::/96 # Test pool C + T fc00:B::/98 # Test pool D + +# Blacklists +BL 192.168.0.1/24 # My Private Net (IPv4) +BL fd00:ABBA::/64 # My Private Net (IPv6) |