From e14060599621bc53f0c2d0060be991d12186a911 Mon Sep 17 00:00:00 2001 From: Marc CARRE Date: Mon, 8 May 2017 14:24:02 +0100 Subject: [PATCH] Disable proxy in net-plugin. In order to be consistent with previous behaviour. --- prog/net-plugin/launch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/prog/net-plugin/launch.sh b/prog/net-plugin/launch.sh index 7da70f89db..01033ff8ca 100755 --- a/prog/net-plugin/launch.sh +++ b/prog/net-plugin/launch.sh @@ -41,6 +41,7 @@ exec /home/weave/weaver $EXTRA_ARGS --port=6783 $(router_bridge_opts) \ --host-root=/host \ --proc-path=/host/proc \ --http-addr=$HTTP_ADDR --status-addr=$STATUS_ADDR \ + --no-proxy \ --no-dns \ --ipalloc-range=$IPALLOC_RANGE \ --nickname "$(hostname)" \