Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update NS record for nixos-wiki2 #946

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions nixos/eve/modules/knot/thalheim.io.zone
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ 3600 IN SOA thalheim.io. ns1.thalheim.io. 2023101504 7200 3600 86400 3600
@ 3600 IN SOA thalheim.io. ns1.thalheim.io. 2023102400 7200 3600 86400 3600

@ 3600 IN NS ns1
@ 3600 IN NS ns2.he.net.
Expand Down Expand Up @@ -105,10 +105,10 @@ matrix IN AAAA 2a01:4f9:4a:42e8::1
_matrix._tcp IN SRV 0 5 443 matrix

;; https://github.com/Mic92/nixos-wiki-infra
nixos-wiki-backup IN NS dns1.p01.nsone.net.
nixos-wiki-backup IN NS dns2.p01.nsone.net.
nixos-wiki-backup IN NS dns3.p01.nsone.net.
nixos-wiki-backup IN NS dns4.p01.nsone.net.
nixos-wiki2 IN NS dns1.p01.nsone.net.
nixos-wiki2 IN NS dns2.p01.nsone.net.
nixos-wiki2 IN NS dns3.p01.nsone.net.
nixos-wiki2 IN NS dns4.p01.nsone.net.

;; SSHFP Records
@ IN SSHFP 1 1 183d8a19ce46d00f2a2bc8795088deb5d1154c46
Expand Down