mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-26 16:05:55 +03:00
[GH-ISSUE #579] 怎么配置proxy实现内网两台虚拟机共用端口呢? #466
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#466
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 @practice-hz on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/snail007/goproxy/issues/579
我有2台虚拟机,IP分别是172.31.121.12和172.31.121.14,需要共用一个外网80端口,在网络中有一台反向代理服务器,有反向代理配置Web界面,IP是172.31.121.101,然后出口网关做了端口转发,从外网IP80端口转发到内网反向代理服务器80端口,请问我应该如何配置反向代理实现两台虚拟机共用外网一个80端口呢