Re: [qubes-users] better solution to configure firewall rules?

2020-06-22 Thread Sven Semmler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 6/22/20 9:19 PM, verifiablel...@86.is wrote: > cat ips.txt | while read line; do qvm-firewall appvm-name add > --before 0 accept dsthost=$line; done Thank you! I'll look into qvm-firewall and then write a little script to parse the downloaded

Re: [qubes-users] better solution to configure firewall rules?

2020-06-22 Thread verifiablelist
On 2020-06-22 16:37, Sven Semmler wrote: Is there a better way for me to import the ranges from https://api.github.com/meta or any other such configuration and import them into a qubes firewall rules? You can add firewall rules from Dom0. I've got a one-liner that will read IPs from a file