Another fix for bt-tether

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2025-01-21 14:37:02 +01:00
parent 8d1a5babe8
commit 948fe89ce6

View File

@ -41,8 +41,8 @@ class BTTether(plugins.Plugin):
'bluetooth.type', 'panu', 'bluetooth.type', 'panu',
'bluetooth.bdaddr', f'{mac}', 'bluetooth.bdaddr', f'{mac}',
'ipv4.method', 'manual', '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.addresses', f'{address}/24',
'ipv4.gateway', f'{gateway}', 'ipv4.gateway', f'{gateway}',
'ipv4.route-metric', '100' 'ipv4.route-metric', '100'
], check=True) ], check=True)