[ooni-probe/master] Forward ports from the vagrant file

19 Sep
2016
19 Sep
'16
12:14 p.m.
commit cd18ae75cb2e63e05649adc166dd5c91d6c3fde1 Author: Arturo Filastò <arturo@filasto.net> Date: Sat Jul 30 00:36:10 2016 +0200 Forward ports from the vagrant file --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 59b2751..cf73244 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -54,6 +54,7 @@ Vagrant.configure("2") do |config| config.vm.box = "debian/contrib-jessie64" config.vm.define "probe" do |probe| + probe.vm.network "forwarded_port", guest: 8842, host: 8042 probe.vm.synced_folder ".", "/data/ooni-probe" probe.vm.provision :shell, :inline => $setup_ooniprobe end
3193
Age (days ago)
3193
Last active (days ago)
0 comments
1 participants
participants (1)
-
art@torproject.org