From 0ceeb941119ca9b1a03396680517a07dca38ab7a Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sat, 18 Jan 2025 10:29:41 +0100 Subject: [PATCH] https://github.com/jayofelony/pwnagotchi/issues/300 It needed a comma at the end of the line. Silly me. Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/plugins/default/bt-tether.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/bt-tether.py b/pwnagotchi/plugins/default/bt-tether.py index 37647322..a2b5efb0 100644 --- a/pwnagotchi/plugins/default/bt-tether.py +++ b/pwnagotchi/plugins/default/bt-tether.py @@ -41,7 +41,7 @@ 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.dns', '8.8.8.8;1.1.1.1;', 'ipv4.addresses', f'{address}', 'ipv4.gateway', f'{gateway}', 'ipv4.route-metric', '100'