PortFusion icon indicating copy to clipboard operation
PortFusion copied to clipboard

Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...).

Results 10 PortFusion issues
Sort by recently updated
recently updated
newest added

Attempted to build under Ubuntu 20.10 on RPi. Haskell-platform installed via standard apt-get, tried to run "cabal install PortFusion" and it attempted, but produced the below to the log. I...

Awesome project, please add a connection key for security.

The documentation should be changed so that [hackage](https://hackage.haskell.org/package/PortFusion) shows the link to [fusion.corsis.tech](http://fusion.corsis.tech) instead of [fusion.corsis.eu](http://fusion.corsis.eu).

I'm trying to run portfusion on an APU3 board (AMD64) and the linux binaries (both static and dynamic) are not working. Would be cool to have a portfusion package to...

Some relevant info: ``` $ systemctl --user cat portfusion # /home/yunchih/.config/systemd/user/portfusion.service [Unit] Description=Port Fusion [Service] ExecStart=/bin/sh -c "exec /home/yunchih/Downloads/PortFusion-Linux-x86-64 ] 11011 [" [Install] WantedBy=multi-user.target $ systemctl --user start portfusion $...

Using 1.2.1 I have a similar case as http://serverfault.com/questions/254855/socat-connect-connect-proxy-two-inbound-tcp-connections-to-expose-a-firewalled. The "server" is in my DMZ zone, and I have a TCP-service running in my secure-zone (client-A). People need to connect...

After visiting my work computer which sitting behind the company NAT once yesterday, I find my work computer cannot establish any outband TCP connection( from my web browers or trying...

Looks like a nice proxy, can this be used/enhanced to support viewing console of hyper-v VMs ? (Replacement of vmconnect utility) Thanks

Hi - I was trying to hook up PortFusion with my local IPython notebook (port 8888) which is http+websocket based, and it didn't work. So i tried Jenkins (http:8080) also...

For some software testing, I need a bidirectional TCP proxy where I can drop some percentage of packets randomly. I would also like to introduce some variable delay. Can PortFusion...