From 2ae80173637447fd8ff17ecc32cfed624285702d Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 6 Jun 2024 14:58:56 -0400 Subject: updates --- vpn2/Vagrantfile | 1 + 1 file changed, 1 insertion(+) (limited to 'vpn2/Vagrantfile') diff --git a/vpn2/Vagrantfile b/vpn2/Vagrantfile index 46dfc0d..3021bd1 100644 --- a/vpn2/Vagrantfile +++ b/vpn2/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 -- cgit v1.2.3