diff --git a/pwnagotchi/plugins/default/bt-tether.py b/pwnagotchi/plugins/default/bt-tether.py index a2b5efb0..2a95860a 100644 --- a/pwnagotchi/plugins/default/bt-tether.py +++ b/pwnagotchi/plugins/default/bt-tether.py @@ -41,8 +41,8 @@ class BTTether(plugins.Plugin): 'bluetooth.type', 'panu', 'bluetooth.bdaddr', f'{mac}', 'ipv4.method', 'manual', - 'ipv4.dns', '8.8.8.8;1.1.1.1;', - 'ipv4.addresses', f'{address}', + 'ipv4.dns', '8.8.8.8,1.1.1.1;', + 'ipv4.addresses', f'{address}/24', 'ipv4.gateway', f'{gateway}', 'ipv4.route-metric', '100' ], check=True)