Add prefix to CmdTunnel implementation

Should fix issue #3374
This commit is contained in:
dyfed 2023-12-21 16:27:34 -05:00 committed by GitHub
parent 7a7416b084
commit 4fba0fde64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1187,7 +1187,7 @@ class CmdTunnel(COMMAND_DEFAULT_CLASS):
backstring = f", {backname};{backshort}"
# build the string we will use to call dig
digstring = f"dig{telswitch} {roomname} = {exitname};{exitshort}{backstring}"
digstring = f"@dig{telswitch} {roomname} = {exitname};{exitshort}{backstring}"
self.execute_cmd(digstring)