
29 Apr
2016
29 Apr
'16
9:42 a.m.
commit 6f437a0937884a597386c81ab5ca9c80122d8201 Author: Daniel Ramsay <daniel@dretzq.org.uk> Date: Tue Nov 3 09:08:54 2015 +0000 Remove accidental change to Vagrantfile --- Vagrantfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index a06dc41..16a6ba0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,8 +12,6 @@ Vagrant.configure("2") do |config| # Place the ooni-backend source code in ../ooni-backend to sync it with the vagrant instance config.vm.synced_folder "../ooni-backend", "/backend" - config.vm.network :private_network, ip: "192.168.38.20" - end $script = <<SCRIPT