From 2ae80173637447fd8ff17ecc32cfed624285702d Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 6 Jun 2024 14:58:56 -0400 Subject: updates --- vpn3/Vagrantfile | 1 + 1 file changed, 1 insertion(+) (limited to 'vpn3') 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 -- cgit v1.2.3