smartdns: support restart smartdns in docker.

This commit is contained in:
Nick Peng
2023-12-01 20:41:31 +08:00
parent 407aba08c5
commit fd2eb6980f
6 changed files with 118 additions and 34 deletions

View File

@@ -5,4 +5,7 @@
SMARTDNS_WORKMODE="1"
# smartdns port
SMARTDNS_PORT="535"
SMARTDNS_PORT="535"
# restart when crash
SMARTDNS_CRASH_RESTART="1"