Browse Source

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

set default proxy mode to off
dcarns 2 years ago
parent
commit
06d19b034c

+ 1 - 1
compose/docker-compose-emqx.yml

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

+ 1 - 1
compose/docker-compose.ee.yml

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

+ 1 - 1
compose/docker-compose.reference.yml

@@ -38,7 +38,7 @@ services:
       FRONTEND_URL: "" # "https://dashboard.<netmaker base domain>"
       AZURE_TENANT: "" # "<only for azure, you may optionally specify the tenant for the OAuth>"
       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:
       - "3478:3478/udp" # the stun port
   netmaker-ui:  # The Netmaker UI Component

+ 1 - 1
compose/docker-compose.yml

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