Skip to content

Commit db7fe0c

Browse files
committed
Show that guestIP should be specified to ignore ports for forwarding
Signed-off-by: Jan Dubois <[email protected]>
1 parent 77cbbda commit db7fe0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/default.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,9 @@ networks:
420420
# # default: guestPortRange: [1, 65535]
421421
# # default: hostPortRange: [1, 65535]
422422
#
423-
# - guestPort: 8888
424-
# ignore: true (don't forward this port)
423+
# - guestIP: 0.0.0.0 # otherwise defaults to 127.0.0.1
424+
# proto: any # tcp and udp
425+
# ignore: true # don't forward these ports (guestPortRange, in this case 1-65535)
425426
#
426427
# - guestPort: 7443
427428
# guestIP: "0.0.0.0" # Will match *any* interface

0 commit comments

Comments
 (0)