37_dash_dhcp.pm: a little more docu

git-svn-id: https://svn.fhem.de/fhem/trunk@12331 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2016-10-11 19:08:17 +00:00
parent a64ee6a55b
commit 5a428052a1

View File

@@ -262,6 +262,7 @@ dash_dhcp_Attr($$$)
or
<ul><code>iptables -I PREROUTING -t nat -i eth0 -p udp --src 0.0.0.0 --dport 67 -j DNAT --to 0.0.0.0:6767</code></ul>
and use the port attribute to configure the redirected port.</li>
<li>to make iptables rules permanent see for example: https://www.thomas-krenn.com/de/wiki/Iptables_Firewall_Regeln_dauerhaft_speichern</li>
</ul>
<a name="dash_dhcp_Attr"></a>