update dnscrypt_to_smartdns.py
This commit is contained in:
parent
a322729e2d
commit
97c16cea01
4 changed files with 308 additions and 91 deletions
10
Makefile
10
Makefile
|
|
@ -3,4 +3,12 @@ test:
|
|||
coverage report; \
|
||||
coverage html
|
||||
clean:
|
||||
rm -r .coverage htmlcov
|
||||
rm -r .coverage htmlcov
|
||||
pc:
|
||||
bash dnsmasq-china-list.sh
|
||||
python gfwlist_to_dns.py pc
|
||||
python dnscrypt_to_smartdns.py pc
|
||||
openwrt:
|
||||
bash dnsmasq-china-list.sh
|
||||
python gfwlist_to_dns.py openwrt
|
||||
python dnscrypt_to_smartdns.py openwrt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue