try pihole as sole dns
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
allowedTCPPorts = [ 53 ];
|
||||
allowedUDPPorts = [ 53 ];
|
||||
};
|
||||
|
||||
nameservers = [
|
||||
"127.0.0.1"
|
||||
];
|
||||
};
|
||||
|
||||
virtualisation.oci-containers.containers.pihole = {
|
||||
|
||||
Reference in New Issue
Block a user