31 lines
647 B
Plaintext
31 lines
647 B
Plaintext
# Listen only on VPN interface
|
|
interface=wg0
|
|
bind-interfaces
|
|
|
|
# Upstream DNS servers
|
|
server=8.8.8.8
|
|
server=8.8.4.4
|
|
server=1.1.1.1
|
|
|
|
# Don't read /etc/resolv.conf
|
|
no-resolv
|
|
|
|
# Cache settings
|
|
cache-size=10000
|
|
|
|
# Log queries (optional, comment out in production for performance)
|
|
# log-queries
|
|
|
|
# Russian TLDs - add resolved IPs to 'direct' ipset
|
|
# These domains will be routed directly, not through DE VDS
|
|
ipset=/ru/direct
|
|
ipset=/рф/direct
|
|
ipset=/su/direct
|
|
|
|
# Additional Russian domains (optional, can be extended)
|
|
# ipset=/yandex.ru/direct
|
|
# ipset=/mail.ru/direct
|
|
# ipset=/vk.com/direct
|
|
|
|
# All other domains will go through proxy (default routing)
|