add conduwuit to proxy net

This commit is contained in:
Grisha Shipunov 2025-02-05 21:42:52 +01:00
parent bc18ac8923
commit 9991987030
2 changed files with 50 additions and 0 deletions
modules/wg

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;
};
};
}
];