Added zone dd-ix.net #44
No reviewers
Labels
No labels
auth
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
management
network
question
services
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
dd-ix/nix-config!44
Loading…
Reference in a new issue
No description provided.
Delete branch "dns"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dont see any glaring mistakes.
I guess before we update the NS Records then lets first test with
digif it works.@ -1,22 +1,24 @@{ pkgs, config, lib, ... }:{ self, ... }:keep them already enabled (used for ACLs, only)
these are public DNS zones, no need to have a query acl
(this might break internal DNS lookups if the host is used for recursive lookups from "inside" networks)
we can already add the reverse for our PA addresses (
0.b.0.8.0.0.7.7.1.0.a.2.ip6.arpa)@ -33,4 +35,3 @@slaves = ibh_ans_ip;allowQuery = ibh_ans_ip ++ [ "127.0.0.0/8" "::1/128" ];};this assignment is depreciated, should be dropped
depreciated, too
@ -0,0 +1,52 @@; Check me with (abs. path required....)please drop any superfluous TTLs == $TTL
please drop any superfluous
INclass fields, too(
INis the default class: https://bind9.readthedocs.io/en/v9.18.14/chapter3.html#textual-expression-of-rrs)I would drop the
$ORIGINas it is set to the zone name by default (this makes the zone also reusable)I prefer to keep the zone content sorted by the owner name => move the
@up to the SOA RRthe owner name can (read: I prefer) to be omitted for the related lines
@ -0,0 +1,52 @@; Check me with (abs. path required....)Do we keep the usual serial schema (
YYYYMMDDnn)? Please bump ;)@ -0,0 +1,52 @@; Check me with (abs. path required....)Just Copy Pasted and forgot to change
@ -29,3 +32,2 @@# reverse zone for IX IPv4"120.36.193.in-addr.arpa" = {"dd-ix.net" = {master = true;Is this required at all?
@ -29,3 +32,2 @@# reverse zone for IX IPv4"120.36.193.in-addr.arpa" = {"dd-ix.net" = {master = true;Bind opens the ports on a great amount of processes, so ss -tulpn is not very readable. I am just trying to decrease the amount of open ports to make ss -tulpn readable again.