mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 09:01:39 +01:00
dns: add k8s
This commit is contained in:
parent
56aa737255
commit
6bcd93bf9a
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ let
|
|||
A = [ "23.88.121.184" ];
|
||||
AAAA = [ "2a01:4f8:c012:49de::1" ];
|
||||
};
|
||||
k8s-master-1 = {
|
||||
A = [ "88.198.147.123" ];
|
||||
AAAA = [ "2a01:4f8:c012:ae0a::1" ];
|
||||
};
|
||||
ns = falkenstein;
|
||||
mail = falkenstein;
|
||||
_dmarc.TXT = [ "v=DMARC1; p=none; adkim=s; fo=1; rua=mailto:dmarc@rfive.de; ruf=mailto:dmarc@rfive.de" ];
|
||||
|
|
Loading…
Reference in a new issue