On Tue, Jun 04, 2019 at 02:11:39AM -0700, Sphere wrote: > > As for the problematic thing about /etc/resolv.conf resetting itself to > 10.137. bla bla after starting, what you can do is copy the changed > resolv.conf to your home directory and make a script in your dom0 terminal > that will copy it and replace the newly refreshed /etc/resolv.conf. The > general idea is to start the AppVM using qvm-run command that will do just > that.
Better way is to use the qubes config files: https://www.qubes-os.org/doc/config-files /rw/config/rc.local will do. add "echo 'nameserver 9.9.9.9' > /etc/resolv.conf" to the file. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20190604141555.gqj3ggljyerf65pa%40thirdeyesecurity.org. For more options, visit https://groups.google.com/d/optout.
