From f7f7332afafd4f965c5ef1d45cc1c7da9275c6ef Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 14 Sep 2020 15:47:30 +0930 Subject: * Add "--enable-static" configure option * Change "PRNE_DEBUG" macro use * Add "PRNE_VERBOSE" * Impl "recon" * Add "inet.h" for Internet Protocol stuff * Changes regarding "PRNE_RND_WELL512_SEEDLEN" * Add prne_own_realloc() for objects with multiple array memebers * Add prne_add_timespec() --- src/data/recon.sample.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/data/recon.sample.conf (limited to 'src/data/recon.sample.conf') 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) -- cgit