{{header}} Developer notes. Inside VM:
dpkg -S /lib/systemd/system/tor.service.d/30_qubes.conf
qubes-core-agent: /lib/systemd/system/tor.service.d/30_qubes.conf
dpkg -S /lib/systemd/system/tor@default.service.d/30_qubes.conf
qubes-core-agent: /lib/systemd/system/tor@default.service.d/30_qubes.conf
* https://github.com/QubesOS/qubes-core-agent-linux/blob/main/vm-systemd/tor.service.d/30_qubes.conf * https://github.com/QubesOS/qubes-core-agent-linux/blob/main/vm-systemd/tor%40default.service.d/30_qubes.conf {{CodeSelect|code= dpkg -S /etc/apt/apt.conf.d/01qubes-proxy }}
dpkg-query: no path found matching pattern /etc/apt/apt.conf.d/01qubes-proxy
zsh: exit 1     dpkg -S /etc/apt/apt.conf.d/01qubes-proxy
Not owned by any packages as expected. {{CodeSelect|code= cat /etc/apt/apt.conf.d/01qubes-proxy }}
### This file is automatically generated by Qubes (/usr/lib/qubes/update-proxy-configs script).
### All modifications here will be lost.
### If you want to override some of this settings, create another file under
### /etc/apt/apt.conf.d.

# Use Qubes Update Proxy
Acquire::http::Proxy "http://127.0.0.1:8082/";
Acquire::tor::proxy "http://127.0.0.1:8082/";
dom0: /etc/qubes/policy.d/ {{footer}}