Add host setup functions and client components

This commit is contained in:
2026-09-13 10:52:30 +01:00
parent 76679aabe7
commit 86eb3a0b05
53 changed files with 1284 additions and 1325 deletions
+1
View File
@@ -18,4 +18,5 @@ export const AppData = {
PaystackEndpoint: "https://api.paystack.co",
WireguardHostID: 0,
DefaultPrivateIP: `10.1.0.1`,
} as const;