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