mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #204] Combination proxy host & stream #178
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#178
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 @itsalljustdata on GitHub (Sep 25, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/204
I may be barking up the wrong tree here, but I think what i'm wanting is a combination proxy/stream host.
What i'd effectively like to do is run (for instance) a ssh server on ssh.mydomain.com:443, which would then proxy to 10.1.2.x:22. it seems to achieve this at present, i'd need to set up the stream host on 443 which would take over port 443 for my "whole" IP, rather than just traffic heading into ssh.mydomain.com...
This is all to get around pesky corporate firewalls blocking port 22 (and other useful ones!)
So is it
@jc21 commented on GitHub (Nov 7, 2019):
Blunt answer: 1 and 3.
There are ways of achieving SSH over HTTP(S) but all the guides I've found are not nice or easy. More like hacks and they depend on the firewall your company is using. Google for "SSH over HTTP" if you're curious.
@jc21 commented on GitHub (Nov 7, 2019):
Just reading the issues backlog and found #164 which has products you might be able to deploy.