mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-09 12:11:34 -05:00
Enforce connection padding
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
86fff04a13
commit
c2093a9715
@ -32,6 +32,9 @@ sudo systemctl enable --now proc-hidepid.service
|
|||||||
# Will break a lot of applications. The apps I use on Whonix work fine with it so I am enabling it.
|
# Will break a lot of applications. The apps I use on Whonix work fine with it so I am enabling it.
|
||||||
sudo systemctl enable --now hide-hardware-info.service
|
sudo systemctl enable --now hide-hardware-info.service
|
||||||
|
|
||||||
|
# Enforce connection padding
|
||||||
|
echo 'ConnectionPadding 1' | sudo tee /usr/local/etc/torrc.d/50_user.conf
|
||||||
|
|
||||||
# Theming
|
# Theming
|
||||||
unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/environment | sudo tee /etc/environment
|
unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/environment | sudo tee /etc/environment
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user