Skip to content

Commit

Permalink
优化默认配置,实现国内外分组
Browse files Browse the repository at this point in the history
  • Loading branch information
martincz committed Mar 29, 2024
1 parent deae227 commit cdff028
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 403 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Use the following command to create a new container and run SmartDNS:
docker run --name smartdns\
--restart unless-stopped\
-v /opt/docker/smartdns:/etc/smartdns
-p 1053:53/tcp -p 1053:53/udp\
-p 6153:6153/udp -p 6253:6253/udp\
-d chihpengkao/smartdns

Ports mappings you may need:

* `-p 53:53/tcp -p 53:53/udp` : plain DNS.
* `-p 6153:6153/udp -p 6253:6253/udp` : plain DNS.

**Control the container**

Expand Down
Loading

0 comments on commit cdff028

Please sign in to comment.