openvpn-status icon indicating copy to clipboard operation
openvpn-status copied to clipboard

Parse OpenVPN status logs in Python

Results 14 openvpn-status issues
Sort by recently updated
recently updated
newest added

In my version of openvpn (xxx), the status log format changes in the timestamp field. Wed Jul 20 16:43:45 2022 -> 2022-07-20 16:43:45 This raises exceptions : openvpn_status.parser.ParsingError: expected valid...

![image](https://user-images.githubusercontent.com/69613040/141669610-d8b48365-2d8a-497c-86b3-f61f1d313339.png)

Bumps [babel](https://github.com/python-babel/babel) from 1.3 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...

dependencies

my status log as follows,in the ROUTING TABLE,the Virtual Address has "C": OpenVPN CLIENT LIST Updated,Thu Nov 14 22:45:09 2019 Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since 564D742F3D607BA2CBA6A83BDF58A302,10.240.200.64:48752,65029,73050,Thu Nov 14 21:47:54...

bug

OpenVPN CLIENT LIST Updated,Wed Mar 14 12:45:45 2018 Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since client1,103.219.205.61:43261,1275092,1282849,Mon Mar 12 22:38:27 2018 client2,103.219.205.60:43261,1275092,1282849,Mon Mar 12 22:38:24 2018 ROUTING TABLE Virtual Address,Common Name,Real Address,Last...

**I have an openvpn-status.log like that one:** OpenVPN CLIENT LIST Updated,Tue Mar 31 12:14:41 2020 Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since s4-mini,xxx.xxx.xxx.xxx,3747660,15781519,Tue Mar 31 04:33:44 2020 ROUTING TABLE Virtual Address,Common...

Hello! Package version: 0.2.1 Python version: 3.7.5 OS: Ubuntu 19.04 The fact is that if the OpenVPN status file is empty (for some reason, OpenVPN was able to create it,...

The logfile regenerates on a time delay (looks to be 'once a minute'?). Would it be feasible to have a code path that let you specify the management socket instead...

I'm encountering some problems using this library on the RPi, I believe it's the Arm version of OpenVPN. Would there be any solution for raspberry?

Since with new openvpn 2.5 date format has changed. This fix allows for using both date formats.