Skip to content

Commit

Permalink
fix:change nat default any
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Kai <[email protected]>
  • Loading branch information
GrapeBaBa committed Jun 13, 2024
1 parent 6795c90 commit 4641a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ Please note that --` + MetricsHTTPFlag.Name + ` must be set to start the server.
PortalNATFlag = &cli.StringFlag{
Name: "nat",
Usage: "NAT port mapping mechanism (any|none|upnp|pmp|pmp:<IP>|extip:<IP>)",
Value: "none",
Value: "any",
Category: flags.PortalNetworkCategory,
}

Expand Down

0 comments on commit 4641a25

Please sign in to comment.