Skip to content

Commit

Permalink
bind: refactor rdns for ipv4 peering lan
Browse files Browse the repository at this point in the history
  • Loading branch information
liske committed Aug 28, 2024
1 parent 97d1189 commit 2ef3a3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/management/bind.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ in
};

# ipv4 peering
"64.151.201.193.in-addr.arpa.db" = {
"64-127.151.201.193.in-addr.arpa" = {
master = true;
file = "/var/lib/bind/ixp-deploy/64.151.201.193.in-addr.arpa.db";
file = "/var/lib/bind/ixp-deploy/64-127.151.201.193.in-addr.arpa.db";
slaves = ibh_ans_ip;
};
};
Expand Down

0 comments on commit 2ef3a3b

Please sign in to comment.