Go back to topic: How-to use a custom qube proxy update
# | # Setup in Qubes OS .42 with the GUI It's became easy to change the update proxy settings thanks to the new GUI. You can choose the default update proxy and also add exceptions, and you make sure you won't break anything :+1:  # Setup using command line |
In **dom0**, | In **dom0**, edit the file `/etc/qubes/policy.d/30-user.policy` (it shouldn't exist by default), it will override the default settings, add the following content to the file. Note that the Whonix lines are required if you plan to use whonix (qubes with tor). |
# Upgrade Whonix TemplateVMs through sys-whonix. qubes.UpdatesProxy * @tag:whonix-updatevm @default allow target=sys-whonix # Deny Whonix TemplateVMs using UpdatesProxy of any other VM. qubes.UpdatesProxy * @tag:whonix-updatevm @anyvm deny # Your custom UpdateProxy |
In **dom0**, as root edit the file `/etc/qubes/policy.d/30-user.policy`, it will override the default settings, add this content: | In **dom0**, as root edit the file `/etc/qubes/policy.d/30-user.policy` (it shouldn't exist by default), it will override the default settings, add this content: |