This commit is contained in:
death916 2025-12-20 04:19:39 -08:00
parent bd423686cc
commit a2c2089a66
2 changed files with 6 additions and 2 deletions

View file

@ -16,6 +16,11 @@
address = "127.0.0.1:3000";
};
dns = {
bind_hosts = [
"192.168.0.116"
"100.65.36.116"
];
port = 53;
upstream_dns = [
"9.9.9.9"
"8.8.8.8"

View file

@ -62,8 +62,7 @@
services.resolved = {
enable = true;
extraConfig = ''
DNS=8.8.8.8
FallbackDNS=8.8.4.4 1.1.1.1
DNS=192.168.0.1
Cache=yes
DNSStubListener=yes
'';