Commit ffea5e6c authored by nanahira's avatar nanahira

remove freedns

parent fea1e329
version: '2.4'
services:
freedns:
restart: always
image: mycard/freedns-go
ports:
- '53:53'
- '53:53/udp'
command: "freedns-go -f smartdns-china:53 -c smartdns-tls:53 -l 0.0.0.0:53"
#freedns:
# restart: always
# image: mycard/freedns-go
# ports:
# - '53:53'
# - '53:53/udp'
# command: "freedns-go -f smartdns-china:53 -c smartdns-tls:53 -l 0.0.0.0:53"
smartdns-tls:
restart: always
......@@ -14,6 +14,8 @@ services:
ports:
- '54:53'
- '54:53/udp'
- '53:53'
- '53:53/udp'
command: -f -x -c /etc/smartdns/smartdns.conf
volumes:
- ./smartdns/tls.conf:/etc/smartdns/smartdns.conf:ro
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment