diff options
Diffstat (limited to '')
| -rw-r--r-- | vpn/Vagrantfile | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/vpn/Vagrantfile b/vpn/Vagrantfile index 67d9551..53dd5d0 100644 --- a/vpn/Vagrantfile +++ b/vpn/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 | 
