diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-06-06 18:58:56 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-06-06 18:58:56 +0000 |
commit | 2ae80173637447fd8ff17ecc32cfed624285702d (patch) | |
tree | bb62886888feb58b6151012eca670e00dbdd5a7e /vpn | |
parent | updates (diff) | |
download | vagrantboxes-2ae80173637447fd8ff17ecc32cfed624285702d.tar.gz vagrantboxes-2ae80173637447fd8ff17ecc32cfed624285702d.zip |
updates
Diffstat (limited to 'vpn')
-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 |