Revision 81ca1f72
Added by Self-Hosting-Group 9 months ago
src/usr/local/pkg/miniupnpd.xml | ||
---|---|---|
27 | 27 |
<type>checkbox</type> |
28 | 28 |
<enablefields>enable_upnp,enable_natpmp,ext_iface,iface_array,download,upload,overridewanip,upnpqueue,logpackets,sysuptime,permdefault</enablefields> |
29 | 29 |
<description>Enable service</description> |
30 |
<sethelp>Enable automatic port mapping service.</sethelp>
|
|
30 |
<sethelp>Enable autonomous port mapping service.</sethelp>
|
|
31 | 31 |
</field> |
32 | 32 |
<field> |
33 | 33 |
<fielddescr>UPnP IGD</fielddescr> |
... | ... | |
41 | 41 |
<fieldname>enable_natpmp</fieldname> |
42 | 42 |
<type>checkbox</type> |
43 | 43 |
<description>Allow PCP/NAT-PMP Port Mapping</description> |
44 |
<sethelp>This protocol is often used by Apple-compatible systems.</sethelp>
|
|
44 |
<sethelp>These protocols are often used by Apple-compatible systems.</sethelp>
|
|
45 | 45 |
</field> |
46 | 46 |
<field> |
47 | 47 |
<fielddescr>External Interface</fielddescr> |
... | ... | |
64 | 64 |
<field> |
65 | 65 |
<fielddescr>Download Speed</fielddescr> |
66 | 66 |
<fieldname>download</fieldname> |
67 |
<description>Set the Maximum Download Speed in Kbits/second.</description>
|
|
67 |
<description>Report maximum download speed in kbit/s.</description>
|
|
68 | 68 |
<type>input</type> |
69 | 69 |
</field> |
70 | 70 |
<field> |
71 | 71 |
<fielddescr>Upload Speed</fielddescr> |
72 | 72 |
<fieldname>upload</fieldname> |
73 |
<description>Set the Maximum Upload Speed in Kbits/second.</description>
|
|
73 |
<description>Report maximum upload speed in kbit/s.</description>
|
|
74 | 74 |
<type>input</type> |
75 | 75 |
</field> |
76 | 76 |
<field> |
... | ... | |
95 | 95 |
<fielddescr>Uptime</fielddescr> |
96 | 96 |
<fieldname>sysuptime</fieldname> |
97 | 97 |
<type>checkbox</type> |
98 |
<description>Use system uptime instead of service uptime.</description>
|
|
98 |
<description>Report system instead of service uptime.</description>
|
|
99 | 99 |
</field> |
100 | 100 |
<field> |
101 | 101 |
<fielddescr>Custom presentation URL</fielddescr> |
... | ... | |
154 | 154 |
<description>STUN UDP port (Default: 3478)</description> |
155 | 155 |
</field> |
156 | 156 |
<field> |
157 |
<name>Service Access Control Lists</name>
|
|
157 |
<name>Service Access Control List</name> |
|
158 | 158 |
<type>listtopic</type> |
159 | 159 |
</field> |
160 | 160 |
<field> |
... | ... | |
167 | 167 |
<name>ACL Help</name> |
168 | 168 |
<type>info</type> |
169 | 169 |
<description> |
170 |
These entries control access to the service. Client systems may be granted or denied access based on several criteria. |
|
170 |
These entries control access to the service. Client systems may be granted or denied access based on several criteria, IPv6 always allowed.
|
|
171 | 171 |
<br /><br /> |
172 | 172 |
Format: [allow or deny] [ext port or range] [int ipaddr or ipaddr/CIDR] [int port or range] |
173 | 173 |
<br />Example: allow 1024-65535 192.168.0.0/24 1024-65535</description> |
Also available in: Unified diff
UPnP IGD & PCP: Improve descriptions