Merge pull request #2134 from gravitl/GRA-1398-proxy-default

set default proxy mode to off
This commit is contained in:
dcarns 2023-03-20 11:40:25 -04:00 committed by GitHub
commit 06d19b034c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ services:
VERBOSITY: "1" VERBOSITY: "1"
MQ_PASSWORD: "REPLACE_MQ_PASSWORD" MQ_PASSWORD: "REPLACE_MQ_PASSWORD"
MQ_USERNAME: "REPLACE_MQ_USERNAME" MQ_USERNAME: "REPLACE_MQ_USERNAME"
DEFAULT_PROXY_MODE: "auto" DEFAULT_PROXY_MODE: "off"
ports: ports:
- "3478:3478/udp" - "3478:3478/udp"
netmaker-ui: netmaker-ui:

View file

@ -33,7 +33,7 @@ services:
METRICS_EXPORTER: "on" METRICS_EXPORTER: "on"
LICENSE_KEY: "YOUR_LICENSE_KEY" LICENSE_KEY: "YOUR_LICENSE_KEY"
NETMAKER_ACCOUNT_ID: "YOUR_ACCOUNT_ID" NETMAKER_ACCOUNT_ID: "YOUR_ACCOUNT_ID"
DEFAULT_PROXY_MODE: "auto" DEFAULT_PROXY_MODE: "off"
ports: ports:
- "3478:3478/udp" - "3478:3478/udp"
netmaker-ui: netmaker-ui:

View file

@ -38,7 +38,7 @@ services:
FRONTEND_URL: "" # "https://dashboard.<netmaker base domain>" FRONTEND_URL: "" # "https://dashboard.<netmaker base domain>"
AZURE_TENANT: "" # "<only for azure, you may optionally specify the tenant for the OAuth>" AZURE_TENANT: "" # "<only for azure, you may optionally specify the tenant for the OAuth>"
OIDC_ISSUER: "" # https://oidc.yourprovider.com - URL of oidc provider OIDC_ISSUER: "" # https://oidc.yourprovider.com - URL of oidc provider
DEFAULT_PROXY_MODE: "auto" # if ON, all new clients will enable proxy by default if OFF, all new clients will disable proxy by default, if AUTO, stick with the existing logic for NAT detection DEFAULT_PROXY_MODE: "off" # if ON, all new clients will enable proxy by default if OFF, all new clients will disable proxy by default, if AUTO, stick with the existing logic for NAT detection
ports: ports:
- "3478:3478/udp" # the stun port - "3478:3478/udp" # the stun port
netmaker-ui: # The Netmaker UI Component netmaker-ui: # The Netmaker UI Component

View file

@ -28,7 +28,7 @@ services:
MQ_PASSWORD: "REPLACE_MQ_PASSWORD" MQ_PASSWORD: "REPLACE_MQ_PASSWORD"
MQ_USERNAME: "REPLACE_MQ_USERNAME" MQ_USERNAME: "REPLACE_MQ_USERNAME"
STUN_PORT: "3478" STUN_PORT: "3478"
DEFAULT_PROXY_MODE: "auto" DEFAULT_PROXY_MODE: "off"
ports: ports:
- "3478:3478/udp" - "3478:3478/udp"
netmaker-ui: netmaker-ui: