internal ip ending

This commit is contained in:
2025-04-07 11:12:16 +01:00
parent 319520c650
commit 629d19a682
4 changed files with 37 additions and 0 deletions

View File

@@ -12,3 +12,4 @@ Every application has a gateway (just a load balancer), regardless of how many a
We're going to install wireguard on each server to provide a secure connection between every server and manage internal connections via the firewall with ufw.
For each server provider, we should create a private network on that provider to get the lowest latency, which means allocating the wireguard connections needs to be done intelligently. If the server provider is not the same, we should use the public IP, otherwise use the private one internally.
If a server is created on a provider, we should create the 'keystone' network. Maybe search to see if it already exists first.