FeraeLabs / skunk

A person-in-the-middle proxy
MIT License
0 stars 0 forks source link

socks5-server licensed under GPL3 #12

Closed jgraef closed 4 months ago

jgraef commented 6 months ago

The crate socks5-server is licensed under GPL3, which as far as I understand, requires our software to be licensed under GPL3 as well. I don't want this, so we might need to write our own socks server implementation or find another crate.

jgraef commented 5 months ago

I wrote a basic socks4a/5 server implementation, and removed the socks5_server dependency.

jgraef commented 5 months ago

For reference:

jgraef commented 4 months ago

Since we don't depend on socks5_server anymore, I moved the todo list to a new issue (#24).