X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nbtscanner.conf;fp=nbtscanner.conf;h=ec0aa5b66167cea11ee3b0473544a9d762917142;hb=ab5d8a35c1c111f64137f76939c68365cf4d22fb;hp=06da5e7c10c45bf2dc3653594b9c9c4c54defb88;hpb=c00b46344cce7b05d6e0db74359de1971d2d09ec;p=nbtscanner diff --git a/nbtscanner.conf b/nbtscanner.conf index 06da5e7..ec0aa5b 100644 --- a/nbtscanner.conf +++ b/nbtscanner.conf @@ -16,8 +16,22 @@ num_retries=3 retry_time=5000 # How long nbtscanner will delay between each sent packet, in ms. -delay_time=100 +delay_time=10 +# How long there will be between the _start_ of each scan, in ms. +# The default (half an hour, or 1800 seconds) should be OK. +scan_interval=1800000 + +# +# The minimum time to wait between each scan (ie. even if a scan +# takes 24 hours, wait at least this time before the next scan +# begins). This is to prevent flooding the network constantly. +# +# The default value is 5 minutes. +# +scan_wait=300000 + +# # Verbosity level: # 0: Absolutely no warnings or error messages will be printed (not # recommended, it's kinda nice to know why the program failed). @@ -39,7 +53,7 @@ verbosity=3 # all the IPs to standard output. This is highly recommended, but # needs some table setup before use. # -use_mysql=1 +use_mysql=0 # # Your MySQL server information. mysql_host is the IP address (or @@ -48,8 +62,9 @@ use_mysql=1 # cleartext, so make sure the permissions on this file are set to # 0600 or similiar. # -mysql_host=127.0.0.1 +mysql_host=localhost mysql_username=nbtscanner +#mysql_password=qugx8M!S mysql_password=tg01 # @@ -67,6 +82,7 @@ mysql_password=tg01 # Duplicate IP address _will_ be scanned twice. :-) # range=10.0.7.80/28 +#range=213.236.192.0/24 # range=10.0.0.0/24 -range=10.0.19.0/24 +# range=10.0.19.0/24