some updates, py ver increased to 3.10

This commit is contained in:
2022-11-23 14:12:02 +03:00
parent 1a8ef8d2b7
commit cd7e06f33b
5 changed files with 123 additions and 92 deletions

View File

@@ -6,7 +6,7 @@ router_username = os.getenv("ROUTER_USER", "admin")
router_password = os.getenv("ROUTER_PASSWORD")
interface_name = os.getenv("INTERFACE_NAME")
auto_vpn_route_comment = "!facebook"
auto_vpn_route_comment = "!twitter"
ssh = paramiko.SSHClient()