File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 6060 pip3 --version
6161 mkdir -p cache
6262 ls -lh cache
63+ ulimit -a
6364
6465 - name : Setup
6566 run : |
7677 # make all
7778 # ./scripts/process_all.sh
7879 set -x
79- ulimit -a
80- ulimit -n unlimited
81- ulimit -a
8280
8381 # Remove wildcard domains from `cache/nxdomains`
8482 if [ -s cache/nxdomains ]; then
Original file line number Diff line number Diff line change 2020import dns .rcode
2121import util
2222
23- MAX_WORKERS = 200
23+ MAX_WORKERS = 150
2424DNS_TIMEOUT = 5 # in seconds
2525DNS_SERVERS = [ # Use multiple DNS servers to avoid rate limit
2626 # Cloudflare
3636 '149.112.112.112' ,
3737
3838 # OpenDNS
39- '208.67.222.222' ,
40- '208.67.220.220' ,
39+ # '208.67.222.222',
40+ # '208.67.220.220',
4141
4242 # Control D
4343 # '76.76.2.0',
You can’t perform that action at this time.
0 commit comments