mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3329] [Feature Request] 无法通过修改配置文件取消http_proxy环境变量设置的代理 #2667
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2667
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yyjdelete on GitHub (Feb 22, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3329
Describe the feature request
应该有某种方式可以在配置文件中设置不走代理(即使http_proxy环境变量设置了一个代理服务器), 当前版本可以
http_proxy =设置为另一个代理, 但不允许通过这种方式取消代理的设置Describe alternatives you've considered
允许通过设置如
http_proxy = none之类的配置来覆盖并忽略环境变量中的代理Affected area
@fatedier commented on GitHub (Feb 22, 2023):
启动应用时,主动设置此环境变量值为空。
@yyjdelete commented on GitHub (Feb 22, 2023):
我错了, 在配置文件里面设置
http_proxy = none是能正常取消的, 空字符串不行