Commit ffea5e6c authored by nanahira's avatar nanahira

remove freedns

parent fea1e329
version: '2.4' version: '2.4'
services: services:
freedns: #freedns:
restart: always # restart: always
image: mycard/freedns-go # image: mycard/freedns-go
ports: # ports:
- '53:53' # - '53:53'
- '53:53/udp' # - '53:53/udp'
command: "freedns-go -f smartdns-china:53 -c smartdns-tls:53 -l 0.0.0.0:53" # command: "freedns-go -f smartdns-china:53 -c smartdns-tls:53 -l 0.0.0.0:53"
smartdns-tls: smartdns-tls:
restart: always restart: always
...@@ -14,6 +14,8 @@ services: ...@@ -14,6 +14,8 @@ services:
ports: ports:
- '54:53' - '54:53'
- '54:53/udp' - '54:53/udp'
- '53:53'
- '53:53/udp'
command: -f -x -c /etc/smartdns/smartdns.conf command: -f -x -c /etc/smartdns/smartdns.conf
volumes: volumes:
- ./smartdns/tls.conf:/etc/smartdns/smartdns.conf:ro - ./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