mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore: add router to snowfield
This commit is contained in:
parent
fdd89601ce
commit
02714b8a74
1 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,15 @@
|
|||
|
||||
machines = {
|
||||
|
||||
router = {
|
||||
ips = {
|
||||
public.ipv4 = "82.67.34.230";
|
||||
public.ipv6 = "2a01:e0a:de4:a0e0:2f0:cbff:feef:e12a";
|
||||
vpn.ipv4 = "100.100.45.1";
|
||||
vpn.ipv6 = "fd7a:115c:a1e0::1";
|
||||
};
|
||||
};
|
||||
|
||||
doma-backups = {
|
||||
subdomains = [ "doma-backups.julienmalka.me" ];
|
||||
ips = {
|
||||
|
|
Loading…
Add table
Reference in a new issue