mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[PR #180] [CLOSED] Add proxy internal ip config to force internal ip go through parent proxy #547
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#547
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?
📋 Pull Request Information
Original PR: https://github.com/snail007/goproxy/pull/180
Author: @wzxjohn
Created: 11/21/2018
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (1)
1b02628Add proxy internal ip config to force internal ips go through parent proxy📊 Changes
6 files changed (+15 additions, -6 deletions)
View changed files
📝
config.go(+2 -0)📝
sdk/android-ios/sdk.go(+2 -0)📝
services/http/http.go(+3 -2)📝
services/socks/socks.go(+3 -2)📝
services/socks/udp.go(+1 -1)📝
utils/functions.go(+4 -1)📄 Description
Support force proxy internal ip
考虑到通过代理访问内网网站的需求,增加此 flag 允许强制代理内网地址。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.