mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
resolved
This commit is contained in:
parent
bd423686cc
commit
a2c2089a66
2 changed files with 6 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue