aboutsummaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index e74413f..3d581f1 100644
--- a/config.go
+++ b/config.go
@@ -25,6 +25,7 @@ type DNSOptions struct {
Listen string
Protocol string `toml:"protocol"`
CacheSize int `toml:"cache_size"`
+ CachePrefetch bool `toml:"cache_prefetch"`
HijackMode string `toml:"hijack_mode"`
hijackMode int
RefreshInterval string `toml:"hosts_refresh_interval"`