moved
[gscan_quic.git] / config.user.json.example
bloba9cd5cc54ae38762b99a117fcc0d894e0d08b1da
2         "ScanWorker": 100,
3         "VerifyPing": false,
4         "ScanMinPingRTT": 80,
5         "ScanMaxPingRTT": 800,  
6         
7         "ScanMode":   "quic",
8         
9         "Ping": {
10                 //"ScanCountPerIP":  1,
11                 //"ScanMinRTT":      0,
12                 //"ScanMaxRTT":      1000,
13                 //"RecordLimit":     10000,
14                 //"OutputSeparator": "\r\n",
15                 //"InputFile":       "./iprange_ping.txt",
16                 //"OutputFile":      "./out_ping.txt"
17         },
19         "QUIC": {
20                 //"ScanCountPerIP":   1,
21                 //"ServerName":       [],
22                 //"HTTPVerifyHosts":  ["dns.google.com"],
23                 //"HandshakeTimeout": 2500,
24                 //"ScanMinRTT":       0,
25                 //"ScanMaxRTT":       3000,
26                 //"RecordLimit":      10000,
27                 //"OutputSeparator":  "gop",
28                 //"InputFile": "./iprange_quic.txt",
29                 //"OutputFile": "./out_quic.txt",
30                 //"Level": 3
31         },
33         "TLS": {
34                 //"ScanCountPerIP":   1,
35                 //"ServerName":       [],
36                 //"HTTPVerifyHosts":  ["dns.google.com"],
37                 //"HandshakeTimeout": 2500,
38                 //"ScanMinRTT":       0,
39                 //"ScanMaxRTT":       3000,
40                 //"RecordLimit":      10000,
41                 //"OutputSeparator":  "|",
42                 //"InputFile":        "./iprange_tls.txt",
43                 //"OutputFile":       "./out_tls.txt",
44                 //"Level": 3
45         },
47         "SNI": {
48                 //"ScanCountPerIP": 1,
49                 //"ServerName": ["www.bing.com", "duckduckgo.com"],
50                 //"HandshakeTimeout": 2500,
51                 //"ScanMinRTT":       0,
52                 //"ScanMaxRTT":       3000,
53                 //"RecordLimit":      10000,
54                 //"OutputSeparator":  "\r\n",
55                 //"InputFile":        "./iprange_sni.txt",
56                 //"OutputFile":       "./out_sni.txt",
57                 //"Level": 2
58         }