From a52eb6bfb966e6c5f42e9666631d310c92ece65c Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Wed, 19 May 2021 22:06:00 +0200 Subject: [PATCH] do not check blacklists etc when running vagrant --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index b1c847d8..aaf7ce9f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -19,7 +19,7 @@ Vagrant.configure("2") do |config| export PUBLIC_IP=auto export PUBLIC_IPV6=auto export PRIMARY_HOSTNAME=auto - #export SKIP_NETWORK_CHECKS=1 + export SKIP_NETWORK_CHECKS=1 # Start the setup script. cd /vagrant