mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore: add vpn addresses for core-data
This commit is contained in:
parent
d7510ca38e
commit
216f797cdb
1 changed files with 2 additions and 0 deletions
|
@ -151,9 +151,11 @@ let
|
|||
ipv4 = {
|
||||
public = "82.67.34.230";
|
||||
local = "192.168.0.66";
|
||||
vpn = "100.100.45.26";
|
||||
};
|
||||
ipv6 = {
|
||||
public = "2a01:e0a:de4:a0e1:be24:11ff:fe09:638d";
|
||||
vpn = "fd7a:115c:a1e0::1a";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue