Add named on instance-20221213-1915 #101

Merged
DarkKirb merged 6 commits from add-submissive-dns into main 2022-12-14 17:49:50 +00:00
Showing only changes of commit 2992707a7c - Show all commits

View file

@ -5,6 +5,9 @@
hosts-list,
...
}: let
internalIP = import ../../utils/getInternalIP.nix config;
createListenEntry = ip: "inet ${ip} port 8653 allow { any; };";
listenEntries = builtins.map createListenEntry internalIP.listenIPsBare;
mkZone = name: {
DarkKirb commented 2022-12-14 17:15:57 +00:00 (Migrated from github.com)
Review
  internalIP = import ../../utils/getInternalIP.nix config;
  createListenEntry = ip: "inet ${ip} port 8653 allow { any; };";
  listenEntries = builtins.map createListenEntry internalIP.listenIPsBare;
  mkZone = name: {
```suggestion internalIP = import ../../utils/getInternalIP.nix config; createListenEntry = ip: "inet ${ip} port 8653 allow { any; };"; listenEntries = builtins.map createListenEntry internalIP.listenIPsBare; mkZone = name: { ```
master = false;
masters = ["fd0d:a262:1fa6:e621:b4e1:8ff:e658:6f49"];