pyamsoft
pyamsoft
I apologize as I am not too familiar with the RPM package structure. How is this file meant to be used? Is it similar to an Arch Linux PKGBUILD, which...
Hi there. I hope I am understanding you correctly. The makefile "should" by default install the systemd, and shell completion files to /usr/{lib,share} as the location is required for programs...
Hi So there are two things that need to be adjusted First is, you don't need to include a percentage sign, just `50` is enough. Second you need to specify...
Hi, its been a little while (8 years) :) Just writing to let you know that after so long, I finally remembered this was a thing and copied the rpm...
UDP is much trickier to proxy than TCP sadly, but this actively affects me too so its top of mind (though sadly very difficult)
Socks with ktor https://github.com/torsm/ktor-socks/tree/master/src/main/kotlin/de/torsm/socks Socks UDP assoc code https://github.com/bbottema/java-socks-proxy-server/blob/master/src/main/java/org/bbottema/javasocksproxyserver/Socks5Impl.java
This will need to be an HTTP based solution since consoles and phones dont support socks natively. Generally speaking you can't http proxy UDP, but we will see if we...
Hi, I'm not sure about directly using this knet library, as it pulls in a ton of stuff and hasn't been touched code wise for a few years. I appreciate...
I will look at seeing if I can implement a shadowsocks proxy in tetherfi, to avoid the current issues with running 2 apps. It could be a workable solution. (I...
No ETA at the moment - I still need to see if a shadowsocks proxy would be the right path forward. It looks like a shadowsocks server is a huge...