Skip to content

Commit

Permalink
Merge pull request #2907 from jandubois/ignore-any
Browse files Browse the repository at this point in the history
Show that guestIP should be specified to ignore ports for forwarding
  • Loading branch information
jandubois authored Nov 19, 2024
2 parents 1f0113c + db7fe0c commit 7e4e7ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,9 @@ networks:
# # default: guestPortRange: [1, 65535]
# # default: hostPortRange: [1, 65535]
#
# - guestPort: 8888
# ignore: true (don't forward this port)
# - guestIP: 0.0.0.0 # otherwise defaults to 127.0.0.1
# proto: any # tcp and udp
# ignore: true # don't forward these ports (guestPortRange, in this case 1-65535)
#
# - guestPort: 7443
# guestIP: "0.0.0.0" # Will match *any* interface
Expand Down

0 comments on commit 7e4e7ae

Please sign in to comment.