Added zone dd-ix.net #44

Merged
MarcelCoding merged 5 commits from dns into master 2024-01-11 18:37:55 +01:00
MarcelCoding commented 2024-01-10 21:53:38 +01:00 (Migrated from github.com)
No description provided.
tanneberger (Migrated from github.com) reviewed 2024-01-10 21:53:38 +01:00
tanneberger (Migrated from github.com) approved these changes 2024-01-10 22:11:33 +01:00
tanneberger (Migrated from github.com) left a comment

Dont see any glaring mistakes.

I guess before we update the NS Records then lets first test with dig if it works.

Dont see any glaring mistakes. I guess before we update the NS Records then lets first test with `dig` if it works.
liske (Migrated from github.com) requested changes 2024-01-10 22:48:51 +01:00
@ -1,22 +1,24 @@
{ pkgs, config, lib, ... }:
{ self, ... }:
liske (Migrated from github.com) commented 2024-01-10 22:34:08 +01:00

keep them already enabled (used for ACLs, only)

keep them already enabled (used for ACLs, only)
liske (Migrated from github.com) commented 2024-01-10 22:35:39 +01:00

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)

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)
liske (Migrated from github.com) commented 2024-01-10 22:38:45 +01:00

we can already add the reverse for our PA addresses (0.b.0.8.0.0.7.7.1.0.a.2.ip6.arpa)

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" ];
};
liske (Migrated from github.com) commented 2024-01-10 22:36:30 +01:00

this assignment is depreciated, should be dropped

this assignment is depreciated, should be dropped
liske (Migrated from github.com) commented 2024-01-10 22:36:44 +01:00

depreciated, too

depreciated, too
@ -0,0 +1,52 @@
; Check me with (abs. path required....)
liske (Migrated from github.com) commented 2024-01-10 22:40:51 +01:00

please drop any superfluous TTLs == $TTL

please drop any superfluous TTLs == $TTL
liske (Migrated from github.com) commented 2024-01-10 22:42:33 +01:00

please drop any superfluous IN class fields, too

(IN is the default class: https://bind9.readthedocs.io/en/v9.18.14/chapter3.html#textual-expression-of-rrs)

please drop any superfluous `IN` class fields, too (`IN` is the default class: https://bind9.readthedocs.io/en/v9.18.14/chapter3.html#textual-expression-of-rrs)
liske (Migrated from github.com) commented 2024-01-10 22:45:19 +01:00

I would drop the $ORIGIN as it is set to the zone name by default (this makes the zone also reusable)

I would drop the `$ORIGIN` as it is set to the zone name by default (this makes the zone also reusable)
liske (Migrated from github.com) commented 2024-01-10 22:45:47 +01:00

I prefer to keep the zone content sorted by the owner name => move the @ up to the SOA RR

I prefer to keep the zone content sorted by the owner name => move the `@` up to the SOA RR
liske (Migrated from github.com) commented 2024-01-10 22:47:55 +01:00

the owner name can (read: I prefer) to be omitted for the related lines

the owner name can (read: I prefer) to be omitted for the related lines
liske (Migrated from github.com) requested changes 2024-01-10 22:53:28 +01:00
@ -0,0 +1,52 @@
; Check me with (abs. path required....)
liske (Migrated from github.com) commented 2024-01-10 22:53:21 +01:00

Do we keep the usual serial schema (YYYYMMDDnn)? Please bump ;)

Do we keep the usual serial schema (`YYYYMMDDnn`)? Please bump ;)
MarcelCoding (Migrated from github.com) reviewed 2024-01-10 22:56:25 +01:00
@ -0,0 +1,52 @@
; Check me with (abs. path required....)
MarcelCoding (Migrated from github.com) commented 2024-01-10 22:56:25 +01:00

Just Copy Pasted and forgot to change

Just Copy Pasted and forgot to change
liske (Migrated from github.com) reviewed 2024-01-11 18:33:30 +01:00
@ -29,3 +32,2 @@
# reverse zone for IX IPv4
"120.36.193.in-addr.arpa" = {
"dd-ix.net" = {
master = true;
liske (Migrated from github.com) commented 2024-01-11 18:33:30 +01:00

Is this required at all?

Is this required at all?
liske (Migrated from github.com) approved these changes 2024-01-11 18:35:28 +01:00
MarcelCoding (Migrated from github.com) reviewed 2024-01-11 18:37:49 +01:00
@ -29,3 +32,2 @@
# reverse zone for IX IPv4
"120.36.193.in-addr.arpa" = {
"dd-ix.net" = {
master = true;
MarcelCoding (Migrated from github.com) commented 2024-01-11 18:37:49 +01:00

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.

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.
Sign in to join this conversation.
No description provided.