Add Harbor Gateway auto-detection for client routing
This commit is contained in:
@@ -25,6 +25,9 @@ export const settings = {
|
||||
statePath: path.join(dataDir, "state.json"),
|
||||
subscriptionCachePath: path.join(dataDir, "subscription-cache.json"),
|
||||
sharedProxyHost: process.env.SHARED_PROXY_HOST || "",
|
||||
hostNetworkStatePath:
|
||||
process.env.HARBOR_HOST_NETWORK_STATE || "/run/harbor-host/network.json",
|
||||
gatewayPresencePort: parsePort(process.env.HARBOR_GATEWAY_CONTROL_PORT, 3456),
|
||||
hwidPath: path.join(dataDir, "hwid"),
|
||||
logLevel: process.env.LOG_LEVEL || "info",
|
||||
appName: "VPN Proxy Gateway",
|
||||
|
||||
Reference in New Issue
Block a user