Jamie- / openvpn-api

A Python API for the OpenVPN management interface.
MIT License
60 stars 18 forks source link

How to wait for commands? #23

Closed jkroepke closed 4 years ago

jkroepke commented 4 years ago

Hi!

I'm write a small management interface script which allows me to handle some authentication stuff. I have to set management-client-auth on the openvpn server.

How to wait for an incoming request?

Jamie- commented 4 years ago

Currently this functionality is not yet supported by this library. There is a pull request (#14) open for the beginning of this feature which will enable you to do what you ask. Keep an eye on that PR and I'll try to remember to write back here after it's merged.

jkroepke commented 4 years ago

Thanks a lot!