Change ssh-tunnel
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Controller.ssh_tunnel as ssh_tunnel
|
||||
ssh_tunnel.server_start()
|
||||
import Controller.ssh_tunnel as ssh_tunnel_self
|
||||
ssh_tunnel_self.server_start()
|
||||
import socket
|
||||
from Controller import adcontroller_export, exchange_export, rds_export, smtp_export, zammad, system_info
|
||||
import Controller.mysql_connect as mysql_connect
|
||||
@@ -147,4 +147,4 @@ schedule = f"daily /st 23:{random.randint(0, 59)}" # You can customize the sche
|
||||
|
||||
create_windows_task(task_name, command_to_execute, schedule)
|
||||
|
||||
ssh_tunnel.server_stop()
|
||||
ssh_tunnel_self.server_stop()
|
||||
Reference in New Issue
Block a user