mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 18:20:52 +02:00
new dns records
This commit is contained in:
parent
7574747de0
commit
9bce70de6f
1 changed files with 8 additions and 0 deletions
|
@ -87,6 +87,14 @@ inputs: lib: with lib; let
|
||||||
ipv4 = { public = "78.194.168.230"; local = "192.168.0.101"; };
|
ipv4 = { public = "78.194.168.230"; local = "192.168.0.101"; };
|
||||||
ipv6 = { public = "2a01:e34:ec2a:8e60:4ab8:c3d0:a0fe:525f"; };
|
ipv6 = { public = "2a01:e34:ec2a:8e60:4ab8:c3d0:a0fe:525f"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
doma-backups = {
|
||||||
|
inherit tld;
|
||||||
|
subdomains = [ "doma-backups.julienmalka.me" ];
|
||||||
|
ipv4 = { public = "78.194.168.230"; local = "192.168.0.250"; };
|
||||||
|
ipv6 = { public = "2a01:e34:ec2a:8e60:6b86:c2c:2141:6702"; };
|
||||||
|
};
|
||||||
|
|
||||||
pve1 = {
|
pve1 = {
|
||||||
inherit tld;
|
inherit tld;
|
||||||
ipv4 = { public = "78.194.168.230"; local = "192.168.1.1"; vpn = "100.100.45.3"; };
|
ipv4 = { public = "78.194.168.230"; local = "192.168.1.1"; vpn = "100.100.45.3"; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue