try cname
This commit is contained in:
@@ -68,11 +68,18 @@
|
||||
];
|
||||
|
||||
settings = {
|
||||
dns.upstreams = [
|
||||
#"127.0.0.1#5335"
|
||||
"1.0.0.1"
|
||||
"1.1.1.1"
|
||||
];
|
||||
dns = {
|
||||
upstreams = [
|
||||
#"127.0.0.1#5335"
|
||||
"1.0.0.1"
|
||||
"1.1.1.1"
|
||||
];
|
||||
|
||||
cnameRecords = [
|
||||
"traefik.local,local.internal.esotericbytes.com"
|
||||
"hass.local,local.internal.esotericbytes.com"
|
||||
];
|
||||
};
|
||||
|
||||
misc.dnsmasq_lines = [ "except-interface=nonexisting" ];
|
||||
};
|
||||
@@ -126,7 +133,8 @@
|
||||
};
|
||||
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [ 22 ];
|
||||
firewall.allowedTCPPorts = [ 22 5335 ];
|
||||
firewall.allowedUDPPorts = [ 5335 ];
|
||||
#nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user