From 948fe89ce6b5c09003b0c841a5b9507b79f29064 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 21 Jan 2025 14:37:02 +0100 Subject: [PATCH] Another fix for bt-tether Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/plugins/default/bt-tether.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)