mirror of https://github.com/ginuerzh/gost
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
321 B
16 lines
321 B
# resolver timeout, default 30s.
|
|
timeout 10s
|
|
|
|
# resolver cache TTL, default 60s, minus value means that cache is disabled.
|
|
ttl 300s
|
|
|
|
# period for live reloading
|
|
reload 10s
|
|
|
|
# ip[:port] [protocol] [hostname]
|
|
|
|
1.1.1.1:853 tls cloudflare-dns.com
|
|
8.8.8.8
|
|
8.8.8.8 tcp
|
|
1.1.1.1 udp
|
|
1.1.1.1:53 tcp
|