%include file="/pageheader.html"/>
<%
from kaithem.src import upnpwrapper
%>
Local Network
WAN Adddresses
Only UPnP routers listed here, You may need to refresh because of how discovery works.
%for i in upnpwrapper.getWANAddresses():
- ${i}
%endfor
Detected Port Mappings
WAN Addr | LAN Addr | Protocol | Description | Duration |
%for i in upnpwrapper.listMappings():
${i['external']} |
${i['internal']} |
${i['protocol']} |
${i['description']} |
${i['duration']} |
%endfor
<%include file="/pagefooter.html"/>