Skip to content

Commit 9dee282

Browse files
committed
Fix: typo
1 parent 8e8882b commit 9dee282

File tree

1 file changed

+1
-1
lines changed
  • root/defaults/example/config/basic_nat

1 file changed

+1
-1
lines changed

root/defaults/example/config/basic_nat/wizard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if len(network) == 0:
4444
network = "10.0.0.0"
4545

4646
# Select port
47-
port = input("Port [1104]:")
47+
port = input("Port [1194]:")
4848
if len(port) == 0:
4949
port="1194"
5050

0 commit comments

Comments
 (0)