Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit95fab6b

Browse files
committed
fix(coderd): prevent agent reverse proxy from usingHTTP[S]_PROXY envs
1 parentdc8cf3e commit95fab6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎coderd/tailnet.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ func init() {
3737
if!valid {
3838
panic("dev error: default transport is the wrong type")
3939
}
40+
// We do not want to respect the proxy settings from the environment, since
41+
// all network traffic happens over wireguard.
42+
tailnetTransport.Proxy=nil
4043
}
4144

4245
var_ workspaceapps.AgentProvider= (*ServerTailnet)(nil)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp