Skip to content

yzy806806/docker-smartdns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-smartdns

使用

docker container stop smartdns && docker container rm smartdns
docker run -d -p 53:53/udp --restart=always --name smartdns ghostry/smartdns

如果想自定义配置,可以使用-v /data/smartdns:/smartdns参数 tcp可以按需映射,一般都是用udp,增加tcp使用-p 53:53