BlackArch / torctl

Script to redirect all traffic through tor network including dns queries for anonymizing entire system
https://www.blackarch.org/
GNU General Public License v3.0
158 stars 43 forks source link

[Feature Request] add VanillaOS support #27

Closed mateowoetam closed 1 year ago

mateowoetam commented 1 year ago

VanillaOS is an Ubuntu-based distribution that uses immutability through ABroot and apx; it would be nice if there were a straightforward way to install torctl in this type of environment.

noraj commented 1 year ago

If you review https://github.com/BlackArch/torctl/blob/master/torctl you can see there are a bunch of iptables, sysctl, maccachanger, etc. nothing specific to ArchLinux. What's not working on Ubuntu? I guess all works on Unbuntu and what you are asking is a package for Ubuntu? But you realize that we are BlackArch Linux right? You can't ask a distro to provide package for other distro? All I can tell you is: here is the PKGBUILD for BA and here is the packaging documentation for VanillaOS. Happy packaging!