mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
fix:change nat default any
Signed-off-by: Chen Kai <281165273grape@gmail.com>
This commit is contained in:
parent
6795c90755
commit
4641a25656
1 changed files with 1 additions and 1 deletions
|
|
@ -986,7 +986,7 @@ Please note that --` + MetricsHTTPFlag.Name + ` must be set to start the server.
|
||||||
PortalNATFlag = &cli.StringFlag{
|
PortalNATFlag = &cli.StringFlag{
|
||||||
Name: "nat",
|
Name: "nat",
|
||||||
Usage: "NAT port mapping mechanism (any|none|upnp|pmp|pmp:<IP>|extip:<IP>)",
|
Usage: "NAT port mapping mechanism (any|none|upnp|pmp|pmp:<IP>|extip:<IP>)",
|
||||||
Value: "none",
|
Value: "any",
|
||||||
Category: flags.PortalNetworkCategory,
|
Category: flags.PortalNetworkCategory,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue