mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-12 16:14:37 +08:00
Merge pull request #2134 from gravitl/GRA-1398-proxy-default
set default proxy mode to off
This commit is contained in:
commit
06d19b034c
4 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue