1
0
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:
kev 2015-03-06 01:11:54 +08:00
parent f70d755f11
commit 9f76f8d2c4
2 changed files with 58 additions and 0 deletions

29
chinadns/README.md Normal file
View 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
View 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