mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-18 18:31:15 +00:00
Split "NAT" and "TABLE" for consistency
This commit is contained in:
parent
8d061ecf65
commit
87776e8345
@ -75,7 +75,7 @@
|
||||
|
||||
# table names for netfilter nft. Default is "filter" for both
|
||||
#upnp_table_name=
|
||||
#upnp_nattable_name=
|
||||
#upnp_nat_table_name=
|
||||
# chain names for netfilter and netfilter nft
|
||||
# netfilter : default are MINIUPNPD, MINIUPNPD, MINIUPNPD-POSTROUTING
|
||||
# netfilter nft : default are miniupnpd, prerouting_miniupnpd, postrouting_miniupnpd
|
||||
|
@ -68,7 +68,7 @@ The following is used in miniupnpd for a table setup but it can be customized:
|
||||
and the following config settings can be used to change the tables and chains :
|
||||
|
||||
upnp_table_name=filter
|
||||
upnp_nattable_name=filter
|
||||
upnp_nat_table_name=filter
|
||||
upnp_forward_chain=miniupnpd
|
||||
upnp_nat_chain=prerouting_miniupnpd
|
||||
upnp_nat_postrouting_chain=postrouting_miniupnpd
|
||||
|
@ -69,7 +69,7 @@ static const struct {
|
||||
{ UPNPCLEANINTERVAL, "clean_ruleset_interval"},
|
||||
#ifdef USE_NETFILTER
|
||||
{ UPNPTABLENAME, "upnp_table_name"},
|
||||
{ UPNPNATTABLENAME, "upnp_nattable_name"},
|
||||
{ UPNPNATTABLENAME, "upnp_nat_table_name"},
|
||||
{ UPNPFORWARDCHAIN, "upnp_forward_chain"},
|
||||
{ UPNPNATCHAIN, "upnp_nat_chain"},
|
||||
{ UPNPNATPOSTCHAIN, "upnp_nat_postrouting_chain"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user