diff --git a/podkop/files/etc/config/podkop b/podkop/files/etc/config/podkop index 72cba1d..cfd1bce 100644 --- a/podkop/files/etc/config/podkop +++ b/podkop/files/etc/config/podkop @@ -31,4 +31,7 @@ config main 'main' option quic_disable '0' option dont_touch_dhcp '0' option update_interval '1d' - option custom_domains_text \ No newline at end of file + option dns_type 'doh' + option dns_server '1.1.1.1' + option dns_rewrite_ttl '600' + option cache_file '/tmp/cache.db' \ No newline at end of file