move around files

This commit is contained in:
Brian Seymour 2021-01-25 12:54:39 -06:00
parent 11ccbd9e15
commit 5cf2d5853d
9 changed files with 7 additions and 8 deletions

2
lxc/util/disable_network Executable file
View file

@ -0,0 +1,2 @@
iptables -I INPUT -i virbr0 -j REJECT
iptables -I OUTPUT -o virbr0 -j DROP