agabani / tor-operator

Tor Operator is a Kubernetes Operator that manages Onion Balances, Onion Keys and Onion Services to provide a highly available, load balanced and fault tolerate Tor Ingress and Tor Proxy.
https://agabani.github.io/tor-operator/docs/
MIT License
9 stars 3 forks source link

Try out Gobalance #251

Closed stevefan1999-personal closed 1 month ago

stevefan1999-personal commented 2 months ago

Originally posted in https://github.com/bugfest/tor-controller/issues/79

https://gitlab.com/n0tr1v/gobalance

This is a Golang rewrite of the good ol' OnionBalance which is originally in Python. Technically speaking it should be in-place compatible with the original OnionBalance.

Reduced memory use, Python independent and its significant performance improvement should be able to justify the time effort to invest and implementing it.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 1 month ago

This issue was closed because it has been inactive for 7 days since being marked as stale.

stevefan1999-personal commented 1 month ago

Actually I did experiment with it and it is very successful. I got the source code of a public beta Dread fork and that thing just need a little bit of adjustment to use. I will release the source later.