Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tools/smartdns/smartdns.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bind [::]:53
# dns cache size
# cache-size [number]
# 0: for no cache
cache-size 655360
cache-size 65536

# enable persist cache when restart
cache-persist yes
Expand Down Expand Up @@ -95,6 +95,8 @@ serve-expired-reply-ttl 3

# List of IPs that will be ignored
# ignore-ip [ip/subnet]
ignore-ip 127.0.0.0/8
ignore-ip ::1/128

# speed check mode
# speed-check-mode [ping|tcp:port|none|,]
Expand Down
Loading