Compare commits
3 commits
3a42d93302
...
4d102da99f
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d102da99f | |||
| 72700ac671 | |||
| 42bf634d0f |
1 changed files with 4 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
config = with constants; ''
|
config = with constants; ''
|
||||||
.:53 {
|
.:53 {
|
||||||
bind 127.0.0.1
|
bind 0.0.0.0
|
||||||
hosts {
|
hosts {
|
||||||
${hosts.sid.ip} ${ca-fqdn}
|
${hosts.sid.ip} ${ca-fqdn}
|
||||||
|
|
||||||
|
|
@ -29,4 +29,7 @@
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedUDPPorts = [ 53 ];
|
||||||
|
networking.firewall.allowedTCPPorts = [ 53 ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue