some updates, py ver increased to 3.10
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user