all: remove ipv6 addresses from wireguard interfaces
is confusing af
This commit is contained in:
parent
b735c09e57
commit
7944f077b8
8 changed files with 22 additions and 29 deletions
|
@ -25,7 +25,6 @@
|
||||||
psk-file = config.sops.secrets."wireguard/layne/psk".path;
|
psk-file = config.sops.secrets."wireguard/layne/psk".path;
|
||||||
node-ips = [
|
node-ips = [
|
||||||
"10.10.10.14/24"
|
"10.10.10.14/24"
|
||||||
"fd7c:585c:c4ae::14/64"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
psk-file = config.sops.secrets."wireguard/rico0/psk".path;
|
psk-file = config.sops.secrets."wireguard/rico0/psk".path;
|
||||||
node-ips = [
|
node-ips = [
|
||||||
"10.10.10.10/24"
|
"10.10.10.10/24"
|
||||||
"fd7c:585c:c4ae::10/64"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,28 +59,28 @@ in
|
||||||
"ap1.local.adtya.xyz" = "192.168.1.1";
|
"ap1.local.adtya.xyz" = "192.168.1.1";
|
||||||
"ap2.local.adtya.xyz" = "192.168.1.2";
|
"ap2.local.adtya.xyz" = "192.168.1.2";
|
||||||
"switch.local.adtya.xyz" = "192.168.1.3";
|
"switch.local.adtya.xyz" = "192.168.1.3";
|
||||||
"gateway.labs.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
"gateway.labs.adtya.xyz" = "10.10.10.10";
|
||||||
"ap1.labs.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
"ap1.labs.adtya.xyz" = "10.10.10.10";
|
||||||
"ap2.labs.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
"ap2.labs.adtya.xyz" = "10.10.10.10";
|
||||||
"switch.labs.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
"switch.labs.adtya.xyz" = "10.10.10.10";
|
||||||
"proxy.labs.adtya.xyz" = "10.10.10.1,fd7c:585c:c4ae::1";
|
"proxy.labs.adtya.xyz" = "10.10.10.1";
|
||||||
"skipper.labs.adtya.xyz" = "10.10.10.2,fd7c:585c:c4ae::2";
|
"skipper.labs.adtya.xyz" = "10.10.10.2";
|
||||||
"rico0.labs.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
"rico0.labs.adtya.xyz" = "10.10.10.10";
|
||||||
"rico1.labs.adtya.xyz" = "10.10.10.11,fd7c:585c:c4ae::11";
|
"rico1.labs.adtya.xyz" = "10.10.10.11";
|
||||||
"rico2.labs.adtya.xyz" = "10.10.10.12,fd7c:585c:c4ae::12";
|
"rico2.labs.adtya.xyz" = "10.10.10.12";
|
||||||
"wynne.labs.adtya.xyz" = "10.10.10.13,fd7c:585c:c4ae::13";
|
"wynne.labs.adtya.xyz" = "10.10.10.13";
|
||||||
"layne.labs.adtya.xyz" = "10.10.10.14,fd7c:585c:c4ae::14";
|
"layne.labs.adtya.xyz" = "10.10.10.14";
|
||||||
"alertmanager.labs.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
"alertmanager.labs.adtya.xyz" = "10.10.10.10";
|
||||||
"blocky.labs.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
"blocky.labs.adtya.xyz" = "10.10.10.10";
|
||||||
"frp.labs.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
"frp.labs.adtya.xyz" = "10.10.10.10";
|
||||||
"grafana.labs.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
"grafana.labs.adtya.xyz" = "10.10.10.10";
|
||||||
"loki.labs.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
"loki.labs.adtya.xyz" = "10.10.10.10";
|
||||||
"prometheus.labs.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
"prometheus.labs.adtya.xyz" = "10.10.10.10";
|
||||||
"transmission.labs.adtya.xyz" = "10.10.10.14,fd7c:585c:c4ae::14";
|
"transmission.labs.adtya.xyz" = "10.10.10.14";
|
||||||
"jellyfin.labs.adtya.xyz" = "10.10.10.14,fd7c:585c:c4ae::14";
|
"jellyfin.labs.adtya.xyz" = "10.10.10.14";
|
||||||
"radarr.labs.adtya.xyz" = "10.10.10.14,fd7c:585c:c4ae::14";
|
"radarr.labs.adtya.xyz" = "10.10.10.14";
|
||||||
"sonarr.labs.adtya.xyz" = "10.10.10.14,fd7c:585c:c4ae::14";
|
"sonarr.labs.adtya.xyz" = "10.10.10.14";
|
||||||
"jackett.labs.adtya.xyz" = "10.10.10.14,fd7c:585c:c4ae::14";
|
"jackett.labs.adtya.xyz" = "10.10.10.14";
|
||||||
"jellyfin.local.adtya.xyz" = "192.168.1.14";
|
"jellyfin.local.adtya.xyz" = "192.168.1.14";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
psk-file = config.sops.secrets."wireguard/rico1/psk".path;
|
psk-file = config.sops.secrets."wireguard/rico1/psk".path;
|
||||||
node-ips = [
|
node-ips = [
|
||||||
"10.10.10.11/24"
|
"10.10.10.11/24"
|
||||||
"fd7c:585c:c4ae::11/64"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
psk-file = config.sops.secrets."wireguard/rico2/psk".path;
|
psk-file = config.sops.secrets."wireguard/rico2/psk".path;
|
||||||
node-ips = [
|
node-ips = [
|
||||||
"10.10.10.12/24"
|
"10.10.10.12/24"
|
||||||
"fd7c:585c:c4ae::12/64"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,6 @@ _: {
|
||||||
endpoint-publickey = "NNw/iDMCTq8mpHncrecEh4UlvtINX/UUDtCJf2ToFR4=";
|
endpoint-publickey = "NNw/iDMCTq8mpHncrecEh4UlvtINX/UUDtCJf2ToFR4=";
|
||||||
allowed-ips = [
|
allowed-ips = [
|
||||||
"10.10.10.0/24"
|
"10.10.10.0/24"
|
||||||
"fd7c:585c:c4ae::0/64"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
psk-file = config.sops.secrets."wireguard/skipper/psk".path;
|
psk-file = config.sops.secrets."wireguard/skipper/psk".path;
|
||||||
node-ips = [
|
node-ips = [
|
||||||
"10.10.10.2/24"
|
"10.10.10.2/24"
|
||||||
"fd7c:585c:c4ae::2/64"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
psk-file = config.sops.secrets."wireguard/wynne/psk".path;
|
psk-file = config.sops.secrets."wireguard/wynne/psk".path;
|
||||||
node-ips = [
|
node-ips = [
|
||||||
"10.10.10.13/24"
|
"10.10.10.13/24"
|
||||||
"fd7c:585c:c4ae::13/64"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue