Advertisement
Guest User

Untitled

a guest
Jun 18th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. root@OpenWrt:/etc# cat config/configurator
  2. config 'script'
  3. option 'error_level' '0'
  4. option 'logfile' '/var/log/configurator.log'
  5. option 'version' '1'
  6. option 'sync_hostname' '1'
  7.  
  8. config 'api'
  9. option 'ipv4_address' '1'
  10. option 'ipv6_interface' 'br-mesh'
  11. option 'ipv6_address' 'fe80::ff:feee:1'
  12. option 'timeout' '5'
  13. option 'retry' '5'
  14. option 'api_key' '1'
  15.  
  16. config 'crawl'
  17. option 'method' 'hash'
  18. option 'nickname' '1'
  19. option 'password' '1'
  20. option 'login_string' '1'
  21. option 'router_id' '1'
  22. option 'update_hash' '1'
  23.  
  24. config 'netmon'
  25. option 'autoadd_ipv6_address' '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement