fix:change nat default any

Signed-off-by: Chen Kai <281165273grape@gmail.com>
This commit is contained in:
Chen Kai 2024-06-13 15:45:35 +08:00
parent 6795c90755
commit 4641a25656

View file

@ -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,
}