Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gipsh/openvpn_mgmt_serializer
Serialize telnet sessions for openvpn management interface
https://github.com/gipsh/openvpn_mgmt_serializer
Last synced: 9 days ago
JSON representation
Serialize telnet sessions for openvpn management interface
- Host: GitHub
- URL: https://github.com/gipsh/openvpn_mgmt_serializer
- Owner: gipsh
- Created: 2016-10-20T02:38:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T17:53:13.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T20:51:19.890Z (2 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openvpn_mgmt_serializer
Serialize telnet sessions for openvpn management interface0. install the dependencies
```
bundle install
```1. configure the `$ovpn_host` and `$ovpen_port` management interface data.
2. just run the script
```
ruby tser.rb
```3. to test just do this
```
wget "http://localhost:9090/kill?host=10.10.1.20&port=1010"
```