diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-02 12:51:13 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-02 12:51:13 +0000 |
commit | 35c9764c21502611da791c86b0810a44158deb54 (patch) | |
tree | 68b6364bafa3122aba1858b78fe1af68087b9dd4 /etc/resolv.conf | |
parent | 52f624ea3ba92006cbb32f9265a344392d1cef4e (diff) |
swtich to dnsmasq for VPN client DNS
Diffstat (limited to 'etc/resolv.conf')
-rw-r--r--[l---------] | etc/resolv.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/resolv.conf b/etc/resolv.conf index 36396629..647b840f 120000..100644 --- a/etc/resolv.conf +++ b/etc/resolv.conf @@ -1 +1,3 @@ -/run/systemd/resolve/stub-resolv.conf
\ No newline at end of file +nameserver ::1 +nameserver 127.0.0.1 +options trust-ad |