Advertisement
nnsense

upnpd

Apr 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.77 KB | None | 0 0
  1. config upnpd 'config'
  2.         option secure_mode '1'
  3.         option log_output '0'
  4.         option download '1024'
  5.         option upload '512'
  6.         option internal_iface 'lan'
  7.         option port '5000'
  8.         option upnp_lease_file '/var/upnp.leases'
  9.         option uuid 'dddee5fa-fc97-466b-809d-491c4b9a8adc'
  10.         option enable_upnp '0'
  11.         option enable_natpmp '0'
  12.  
  13. config perm_rule
  14.         option action 'allow'
  15.         option ext_ports '1-65535'
  16.         option int_addr '0.0.0.0/0'
  17.         option int_ports '1-65535'
  18.         option comment 'Allow ports'
  19.  
  20. config perm_rule
  21.         option action 'deny'
  22.         option ext_ports '0-65535'
  23.         option int_addr '0.0.0.0/0'
  24.         option int_ports '0-65535'
  25.         option comment 'Default deny'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement