add conduwuit to proxy net

This commit is contained in:
Grisha Shipunov 2025-02-05 21:42:52 +01:00
parent bc18ac8923
commit d8e80933f7
3 changed files with 57 additions and 7 deletions

View file

@ -63,6 +63,14 @@
publicKey = "pXiOmI3aspl2IvdvLXLddxw76QYMRTACNm42nq+L4D0=";
privateKeyFile = config.sops.secrets."wg/0xa-proxy".path;
};
"conduwuit" = {
address = [
"10.89.88.16/24"
"fd31:185d:722f::16/48"
];
publicKey = "dj5/CnTAFe5ELnZ5oWonYc+5VdzDyooTYGb/bqcxf3Y=";
privateKeyFile = config.sops.secrets."wg/0xa-proxy".path;
};
};
}
];