Add wormhole0
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
gateway-v4 = "199.87.154.174";
|
||||
network = "199.87.154.174/31";
|
||||
private-network = "10.1.0.0/16";
|
||||
nameservers = [ "1.1.1.1" ];
|
||||
timezone = "America/Winnipeg";
|
||||
deploy-pubkeys = [
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
gateway-v4 = "208.81.3.113";
|
||||
network = "208.81.3.112/28";
|
||||
private-network = "10.2.0.0/16;"
|
||||
nameservers = [ "208.81.7.14" "1.1.1.1" ];
|
||||
timezone = "America/Winnipeg";
|
||||
deploy-pubkeys = [
|
||||
|
||||
+3
-4
@@ -1,8 +1,7 @@
|
||||
{
|
||||
gateway-v4 = "10.0.0.1";
|
||||
nameservers = [ "10.0.0.1" ];
|
||||
network = "10.0.0.0/16";
|
||||
dynamic-network = "10.0.1.0/24";
|
||||
private-network = "10.3.0.0/16";
|
||||
dynamic-network = "10.3.100.0/24";
|
||||
timezone = "America/Winnipeg";
|
||||
mail-server = "mail.fudo.org";
|
||||
local-gateway = "clunk";
|
||||
}
|
||||
|
||||
+1
-2
@@ -1,7 +1,6 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
network = "10.0.0.0/16";
|
||||
private-network = "10.0.0.0/16";
|
||||
dynamic-network = "10.0.100.0/24";
|
||||
timezone = "America/Los_Angeles";
|
||||
deploy-pubkeys = [
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
gateway-v4 = "91.229.23.1";
|
||||
network = "91.229.23.0/24";
|
||||
private-network = "10.3.0.0/16";
|
||||
nameservers = [ "1.1.1.1" "2606:4700:4700::1111" ];
|
||||
timezone = "Europe/Amsterdam";
|
||||
deploy-pubkeys = [
|
||||
|
||||
Reference in New Issue
Block a user