Access internet via bt.tether

Вот какие должны быть настройки этого плагина в config.toml:

main.plugins.bt-tether.enabled = true
main.plugins.bt-tether.devices.android-phone.enabled = true
main.plugins.bt-tether.devices.android-phone.search_order = 1
main.plugins.bt-tether.devices.android-phone.mac = "<MAC-address>"
main.plugins.bt-tether.devices.android-phone.ip = "192.168.44.98"
main.plugins.bt-tether.devices.android-phone.netmask = 24
main.plugins.bt-tether.devices.android-phone.interval = 1
main.plugins.bt-tether.devices.android-phone.scantime = 10
main.plugins.bt-tether.devices.android-phone.max_tries = 10
main.plugins.bt-tether.devices.android-phone.share_internet = true
main.plugins.bt-tether.devices.android-phone.priority = 1

Главное здесь это main.plugins.bt-tether.devices.android-phone.share_internet = true, который и разрешает “интернет по bluetooth”.

+ может понадобиться изменить /etc/resolv.conf как в Access internet.


Sauce: https://pwnagotchi.ai/configuration/#bluetooth

Назад: Get started

pwnagotchi