selvakn / p2p-port-forward
Command line utility to forward ports between two hosts across different networks/subnets, in a peer-to-peer fashion using zerotier, without sudo privileges
☆70Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for p2p-port-forward
- a point-to-point layer 2 tap interface tunnel over UDP/IP with HMAC-SHA256 authentication, written in Go.☆58Updated 9 years ago
- SOCKS5 proxy to create SSH tunnels on demand☆32Updated last year
- Totally self-contained SSH reverse tunnel written in Go☆81Updated 3 years ago
- Publish private ports on another server over SSH reverse tunnel, entirely over HTTP so no firewall rules required!☆49Updated 3 years ago
- A robust, reliable, easy-configure virtual private network (linux/macOS)☆20Updated 2 years ago
- custom scripts☆23Updated last year
- Chained HTTP proxy that supports arbitrary TCP traffic tunneled over HTTP proxies using encapsulated HTTP requests☆51Updated 6 years ago
- Virtual Encrypted Switch across the network, using UDP + AES + TAP☆30Updated 7 years ago
- LD_PRELOAD based SOCKS5 proxifier☆19Updated 10 years ago
- A CRUD-Application for managing WireGuard peers (e.g. for dynamic peer management) - WiP☆13Updated 6 years ago
- 🐛 🕳 Transparent TCP redirection. Makes a wormhole between one TCP socket to another transparently. Can be used to redirect SSH, MySQL…☆40Updated 3 years ago
- Wireshark dissector (written in Lua) for dissecting the WireGuard tunneling protocol.☆46Updated 6 years ago
- A socks tunnel client and server using websockets over http and tls☆38Updated 7 years ago
- run ssh, https, and openvpn on the same port☆15Updated 10 years ago
- SSH Honeypot written in Go☆28Updated 10 years ago
- QUIC tunnel☆14Updated 7 years ago
- A Go package for sending and receiving ethernet frames. Currently supporting Linux, Freebsd, and OS X.☆80Updated 8 years ago
- SOCKS5 server in Golang with UDP support☆47Updated 5 years ago
- Tor relay implementation in Golang☆74Updated 3 years ago
- wireguard connect server using UDP hole punching☆45Updated 5 years ago
- Socks5 Proxy with Go Lang. support USER_ID/PASSWORD. able to bypass HTTPS(SNI) censorship☆33Updated 3 years ago
- A DNS over HTTPS client implementation written in Go☆50Updated last year
- DNS Reverse Proxy☆182Updated 6 months ago
- GoHole is a DNS server written in Golang with the same idea than the PiHole, blocking advertisements's and tracking's domains☆29Updated 6 years ago
- A tiny program to tunnel something through SSH without any external dependencies.☆111Updated 8 years ago
- TCP over HTTP proxy. Tunnels TCP traffic over the HTTP protocol to bypass corporate/school firewalls. To be used with SSH or OpenVPN to f…