Guest User

config.toml

a guest
Jul 24th, 2026
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | Source Code | 0 0
  1. main.name = "pwnagotchi"
  2. main.lang = "en"
  3. main.whitelist = [
  4. "EXAMPLE_NETWORK",
  5. "ANOTHER_EXAMPLE_NETWORK",
  6. "fo:od:ba:be:fo:od",
  7. "fo:od:ba"
  8. ]
  9.  
  10. main.plugins.grid.enabled = true
  11. main.plugins.grid.report = true
  12. main.plugins.grid.exclude = [
  13. "YourHomeNetworkHere"
  14. ]
  15.  
  16. ui.display.enabled = true
  17. ui.display.type = "waveshare_2"
  18. ui.display.color = "black"
  19.  
  20. ui.web.username = "adminusername"
  21. ui.web.password = "passwordyouwanttouse"
  22. ui.web.enabled = true
  23. ui.web.address = "0.0.0.0"
  24. ui.web.origin = ""
  25. ui.web.port = 8080
  26. ui.web.on_frame = ""
Advertisement
Add Comment
Please, Sign In to add comment