Add bind configurations and helper scripts #1
No reviewers
Labels
No Label
WIP
bug
docs done
docs needed
duplicate
enhancement
feature
gemini
invalid
legal-ish
needs help
onionz
proposal
question
resolved
security
spam
todo
upstream-related
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Total Time Spent: 14 minutes
Due Date
kreyren
14 minutes
No due date set.
Dependencies
No dependencies set.
Reference: dotya.ml/bind-configs#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "kreyren/bind-configs:master"
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?
Configures the name daemon bind to run authoritative server with option for recursive server configuratble in named.conf as
recursive
.Helper functions submitted in bin/binder files
Signed-off-by: Jacob Hrbek kreyren@rixotstudio.cz
CC @wanderer
@ -0,0 +27,4 @@
"/etc/bind/zonefiles/${domain##*.}/${domain%%.*}/$zonefile" || {
case "$LANG" in
# NOTE-TRANSLATE(Krey): Translated via youtube(https://www.youtube.com/watch?v=ZIdrH9p8wek), might need spellcheck
sk-*) die 1 "ČOBOLO! AHO! AHO!" ;;
this is most definitely incorrect :D
Can you fix it then? i ain't too good in slovak~
for now I think we should remove translations
I would remove just the sk line so that it's contributable for 3rd party more easily
please do that, alright.
@ -0,0 +32,4 @@
# NOTE(Krey): Open port 53 reserved for name deamon
listen-on port 53 { any; };
# NOTE(Krey): Close IPv6 ports as current dotya.ml doesn't have IPv6
this is not correct, we've got a /64 subnet available
Lets first make it work on IPv4 then we can followup with IPv6
Kreyrenized: Hopefully configured as requestedto WIP: add bind configurations and helper scriptsplease add ipv6 address and remove the fancy-schmancy translation for now.
@ -0,0 +99,4 @@
};
allow-transfer {
// Current Server IP
144.91.70.62;
following up on my previous comment, ipv6 should also be specified here.
See #1 (comment)
WIP: add bind configurations and helper scriptsto Ddd bind configurations and helper scriptsDdd bind configurations and helper scriptsto Add bind configurations and helper scriptslooks fine to me now.