diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-28 13:59:00 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-28 13:59:00 +0000 |
commit | d0483056a288d3d63d531047002ba4872d6a9334 (patch) | |
tree | 45b4b90a92be85e05a037a59147743196fd3e912 /etc/resolv.conf | |
parent | bd1748f48dc25787281486bc5afdf56064d363a7 (diff) |
switch to dnsmasq
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 |