rotuer: don't forward queries for local domain
This commit is contained in:
parent
0e941a8686
commit
d3bde4533b
@ -125,7 +125,7 @@ in rec {
|
|||||||
# You can add static addresses for the DHCP server here. I'm
|
# You can add static addresses for the DHCP server here. I'm
|
||||||
# not putting my actual MAC addresses in a public git repo ...
|
# not putting my actual MAC addresses in a public git repo ...
|
||||||
hosts = { } // lib.optionalAttrs (builtins.pathExists ./static-leases.nix) (import ./static-leases.nix);
|
hosts = { } // lib.optionalAttrs (builtins.pathExists ./static-leases.nix) (import ./static-leases.nix);
|
||||||
|
upstreams = [ "/${secrets.domainName}/" ];
|
||||||
domain = secrets.domainName;
|
domain = secrets.domainName;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user