11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
# workmode
|
|
# 0: run as port only
|
|
# 1: redirect port
|
|
# 2: replace
|
|
SMARTDNS_WORKMODE="1"
|
|
|
|
# smartdns port
|
|
SMARTDNS_PORT="535"
|
|
|
|
# restart when crash
|
|
SMARTDNS_CRASH_RESTART="1" |