diff options
| -rw-r--r-- | detection/vpn_detector.py | 3 | ||||
| -rw-r--r-- | version.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/detection/vpn_detector.py b/detection/vpn_detector.py index e80bd64..c9794d4 100644 --- a/detection/vpn_detector.py +++ b/detection/vpn_detector.py @@ -218,6 +218,9 @@ if __name__ == '__main__': elif plugin_name == 'windscribevpn_serverip': from vpnservices.windscribevpn_serverip import WindscribevpnServerip detector = WindscribevpnServerip() + elif plugin_name == 'protonvpn_serverip': + from vpnservices.protonvpn_serverip import ProtonvpnServerip + detector = ProtonvpnServerip(start_time, end_time) else: print('Please input correct plugin name') diff --git a/version.txt b/version.txt index f5f8bff..1bbfb47 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -23.10
\ No newline at end of file +24.01
\ No newline at end of file |
