soleuu 742a46c635 port forwarding rule name
To identify rules, we can name them using the id parameter.
It prevent from adding lots of comments in the Vagrant file and to have un-named rules in your VirtualBox port lists.

It is very important when you have a lot ogf rule to identify witch one you want to edit.

For example:
config.vm.network "forwarded_port", guest: 80  , host: 8080 , id:"http-proxy"
2017-01-30 12:03:32 +01:00
..
2016-11-09 09:24:59 +01:00
2016-09-07 09:45:14 +01:00
2017-01-30 12:03:32 +01:00
2016-12-20 17:01:08 -02:00
2016-01-19 14:54:13 -05:00
2016-09-16 00:21:02 +01:00
2016-06-20 08:20:53 -04:00