This commit is contained in:
Jordan Bancino 2023-01-03 13:01:22 +00:00
parent 6960743e43
commit b753d58171
2 changed files with 2 additions and 1 deletions

1
contrib/.cvsignore Normal file
View File

@ -0,0 +1 @@
.vagrant

2
contrib/Vagrantfile vendored
View File

@ -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