Update README.md
This commit is contained in:
parent
1361ffe9e7
commit
19e87e8cd2
1 changed files with 6 additions and 2 deletions
|
@ -66,8 +66,12 @@ aioupnp --HOST=239.255.255.250:1900 --MAN=\"ssdp:discover\" --MX=1 --ST=upnp:roo
|
|||
#### To list the active port mappings on the gateway
|
||||
|
||||
aioupnp get_redirects
|
||||
|
||||
#### To debug the default gateway
|
||||
|
||||
#### To debug the default gateway (very verbose)
|
||||
|
||||
aioupnp --debug_logging debug_gateway
|
||||
|
||||
#### To debug the gateway discovery
|
||||
|
||||
aioupnp --debug_logging m_search
|
||||
|
||||
|
|
Loading…
Reference in a new issue