mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
add README.md
This commit is contained in:
parent
f70d755f11
commit
9f76f8d2c4
29
chinadns/README.md
Normal file
29
chinadns/README.md
Normal file
@ -0,0 +1,29 @@
|
||||
chinadns + dnsmasq
|
||||
==================
|
||||
|
||||
## About
|
||||
|
||||
- chinadns: Protect yourself against DNS poisoning in China.
|
||||
- dnsmasq: A free software DNS forwarder and DHCP server for small networks.
|
||||
|
||||
## Fig
|
||||
|
||||
chinadns:
|
||||
image: vimagick/chinadns
|
||||
ports:
|
||||
- "53:53/udp"
|
||||
- "53:53/tcp"
|
||||
restart: always
|
||||
|
||||
## Run
|
||||
|
||||
fig up -d
|
||||
|
||||
## Test
|
||||
|
||||
# UDP
|
||||
dig @127.0.0.1 www.google.com
|
||||
|
||||
# TCP
|
||||
dig @127.0.0.1 www.youtube.com +tcp
|
||||
|
29
dnscrypt/README.md
Normal file
29
dnscrypt/README.md
Normal file
@ -0,0 +1,29 @@
|
||||
dnscrypt + pdnsd
|
||||
================
|
||||
|
||||
## About
|
||||
|
||||
- dnscrypt: A protocol for securing communications between a client and a DNS resolver.
|
||||
- pdnsd: A DNS server designed for local caching of DNS information.
|
||||
|
||||
## Fig
|
||||
|
||||
dnscrypt:
|
||||
image: vimagick/dnscrypt
|
||||
ports:
|
||||
- "53:53/udp"
|
||||
- "53:53/tcp"
|
||||
restart: always
|
||||
|
||||
## Run
|
||||
|
||||
fig up -d
|
||||
|
||||
## Test
|
||||
|
||||
# UDP
|
||||
dig @127.0.0.1 www.google.com
|
||||
|
||||
# TCP
|
||||
dig @127.0.0.1 www.youtube.com +tcp
|
||||
|
Loading…
Reference in New Issue
Block a user