mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
lambda now has a public ipv6
This commit is contained in:
parent
707ceb94d6
commit
05d5c8bc1c
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@
|
|||
lambda = {
|
||||
inherit tld;
|
||||
ipv4 = { public = "141.145.197.219"; vpn = "100.100.45.13"; };
|
||||
ipv6 = { vpn = "fd7a:115c:a1e0::d"; };
|
||||
ipv6 = { public = "2603:c027:c001:89aa:aad9:34b3:f3c9:924f"; vpn = "fd7a:115c:a1e0::d"; };
|
||||
};
|
||||
tower = {
|
||||
inherit tld;
|
||||
|
|
Loading…
Add table
Reference in a new issue