Merge pull request #3375 from chromancer/patch-1

Add prefix to CmdTunnel implementation
This commit is contained in:
Griatch 2024-01-08 19:47:58 +01:00 committed by GitHub
commit 8f613cb97e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1193,7 +1193,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)