Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 507 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 507 Bytes

smartdns docker

Build docker image for smartdns.

smartdns, https://github.com/pymumu/smartdns

加入分流支持,已整合ipset,自動生成cnset ip集

安裝

docker stop smartdns && docker rm smartdns

docker run -d \
  -p 6053:6053/udp \
  -p 7053:7053/udp \
  -p 6053:6053/tcp \
  -p 7053:7053/tcp \
  -v /docker/smartdns/:/etc/smartdns/ \
  --restart=always \
  --name=smartdns \
  ghcr.io/guhill1/docker-smartdns

release使用方法

docker import snartdns.tar smartdns