Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. bt-tether:
  2. enabled: true
  3. devices:
  4. my-phone1: # you can choose your phones name here
  5. enabled: true # enables the device
  6. search_order: 1 # in which order the devices should be searched. E.g. this is #1.
  7. mac: 'FF:FF:FF:FF:FF' # you need to put your phones bt-mac here (the same as above,
  8. ## or goto your phones settings > status)
  9. ip: '192.168.44.88' # this is the static ip of your pwnagotchi
  10. ## adjust this to your phones pan-network (run "ifconfig bt-pan" on your phone)
  11. ## if you feel lucky, try: 192.168.44.44 (Android) or 172.20.10.6 (iOS)
  12. ## 44 is just an example, you can choose between 2-254 (if netmask is 24)
  13. netmask: 24 # netmask of the PAN
  14. interval: 1 # in minues, how often should the device be searched
  15. scantime: 15 # in seconds, how long should be searched on each interval
  16. share_internet: true # this will change the routing and nameserver on your pi
  17. priority: 99 # if you have multiple devices which can share internet; the highest priority wins
  18. max_tries: 0 # how often should be tried to find the device until it is disabled (to save power)
  19. ## 0 means infinity
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement