Skip to content

Instantly share code, notes, and snippets.

@voice1
voice1 / switchvox-clear-blocked-ips.py
Last active November 23, 2021 18:19
Switchvox clear all blocked IP's
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Clear blocked IP addresses in switchvox.
Requires pyswitchvox
Feel free to adjust logger if desired.
"""
from pyswitchvox.client import Client