Replace tailscale with wireguard

This commit is contained in:
Yan Lin 2025-09-10 18:57:24 +02:00
parent 81f59a8148
commit d0084adcc9
8 changed files with 278 additions and 77 deletions

View file

@ -56,20 +56,20 @@
};
};
# Photo service backend
# Photo service backend (via WireGuard)
photo = {
loadBalancer = {
servers = [{
url = "http://hs.yanlincs.com:5000";
url = "http://10.2.2.20:5000";
}];
};
};
# Cloud service backend
# Cloud service backend (via WireGuard)
cloud = {
loadBalancer = {
servers = [{
url = "http://hs.yanlincs.com:5001";
url = "http://10.2.2.20:5001";
}];
};
};