diff options
Diffstat (limited to 'vpn3')
-rw-r--r-- | vpn3/Vagrantfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vpn3/Vagrantfile b/vpn3/Vagrantfile index 1b236ac..f952273 100644 --- a/vpn3/Vagrantfile +++ b/vpn3/Vagrantfile @@ -64,6 +64,7 @@ Vagrant.configure('2') do |config| SHELL config.vm.provision 'killswitch', type: 'shell', name: 'killswitch', privileged: true, inline: <<-SHELL + set -ex ufw --force reset ufw default deny incoming ufw default deny outgoing |