From b753d581717b7afaad26deb4fadb647fa7547fda Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 3 Jan 2023 13:01:22 +0000 Subject: [PATCH] Apply #41 --- contrib/.cvsignore | 1 + contrib/Vagrantfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 contrib/.cvsignore diff --git a/contrib/.cvsignore b/contrib/.cvsignore new file mode 100644 index 0000000..8000dd9 --- /dev/null +++ b/contrib/.cvsignore @@ -0,0 +1 @@ +.vagrant diff --git a/contrib/Vagrantfile b/contrib/Vagrantfile index 6e28cfd..6857f10 100644 --- a/contrib/Vagrantfile +++ b/contrib/Vagrantfile @@ -9,7 +9,7 @@ Vagrant.configure("2") do |config| # * 0.0.0.0/0 ::/0 config.vm.network "private_network", ip: "172.17.0.101" # File watcher which syncs the project directory to /vagrant on the vm - config.vm.synced_folder ".", "/vagrant" + config.vm.synced_folder "../", "/vagrant" config.vm.provision "shell", inline: <<-EOF cp /vagrant/contrib/relayd.conf /etc/relayd.conf sed -i s/127.0.0.1/0.0.0.0/ /etc/relayd.conf