Replace tailscale with wireguard
This commit is contained in:
parent
81f59a8148
commit
d0084adcc9
8 changed files with 278 additions and 77 deletions
|
|
@ -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";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue