Ability to tunnel via https #4

Closed
opened 2025-11-19 07:02:58 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @SelfhostedPro on GitHub (Aug 6, 2025).

Looking through the docs and didn't see it so I'm making this, I was wondering if there's a possibility of having gerbil tunnel to pangolin using wireguard tunneled inside of tcp? Similar to something like htun or what is described in this article

So that all that would be needed is outbound traffic on port 443 instead of using a separate port for wireguard?

flowchart LR

    subgraph InternalNetwork["Internal Network"]
    pangolin["Pangolin"]
    end

    subgraph RemoteNetwork["Remote Network"]
      subgraph RemoteServer["Remote Server"]
      ssh["SSH Service"]
      gerbil["Gerbil"]
      end
    end

    gerbil -->|TCP Tunnel on 443| pangolin

    gerbil <--> ssh
Originally created by @SelfhostedPro on GitHub (Aug 6, 2025). Looking through the docs and didn't see it so I'm making this, I was wondering if there's a possibility of having gerbil tunnel to pangolin using wireguard tunneled inside of tcp? Similar to something like [htun](https://github.com/AdrianVollmer/htun/) or what is described in [this article](https://www.eduvpn.org/running-wireguard-over-tcp-a-solution-for-udp-blocking-issues/) So that all that would be needed is outbound traffic on port 443 instead of using a separate port for wireguard? ```mermaid flowchart LR subgraph InternalNetwork["Internal Network"] pangolin["Pangolin"] end subgraph RemoteNetwork["Remote Network"] subgraph RemoteServer["Remote Server"] ssh["SSH Service"] gerbil["Gerbil"] end end gerbil -->|TCP Tunnel on 443| pangolin gerbil <--> ssh ```
Author
Owner

@SelfhostedPro commented on GitHub (Aug 6, 2025):

I realize that this probably fits better under the main repo as it involves multiple services. moving here: https://github.com/fosrl/pangolin/issues/1227

@SelfhostedPro commented on GitHub (Aug 6, 2025): I realize that this probably fits better under the main repo as it involves multiple services. moving here: https://github.com/fosrl/pangolin/issues/1227
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gerbil#4