Merge pull request #8237 from soleuu/patch-1

port forwarding rule name
This commit is contained in:
Chris Roberts 2017-02-23 12:32:33 -08:00 committed by GitHub
commit 8530250f4a
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ there are more detailed examples of using these options.
* `protocol` (string) - Either "udp" or "tcp". This specifies the protocol * `protocol` (string) - Either "udp" or "tcp". This specifies the protocol
that will be allowed through the forwarded port. By default this is "tcp". that will be allowed through the forwarded port. By default this is "tcp".
* `id` (string) - Name of the rule (can be visible in VirtualBox). By
default this is "protocol""guest" (exemple : "tcp123").
## Forwarded Port Protocols ## Forwarded Port Protocols
By default, any defined port will only forward the TCP protocol. As an optional By default, any defined port will only forward the TCP protocol. As an optional