mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-30 04:22:47 +00:00
init
This commit is contained in:
25
.config/i3blocks/openvpn/README.md
Normal file
25
.config/i3blocks/openvpn/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# openvpn
|
||||
|
||||
Support multiple VPN, with colors.
|
||||
|
||||
# Usage
|
||||
|
||||
Add the following to your i3blocks config:
|
||||
|
||||
``` ini
|
||||
[openvpn]
|
||||
command=$SCRIPT_DIR/openvpn
|
||||
interval=20
|
||||
PID_FILE_FORMAT='/run/openvpn/*.pid'
|
||||
```
|
||||
|
||||
Note: devices in configuration file should be named with their number (ex: tun0, tap1),
|
||||
as dynamic devices are not supported.
|
||||
Also make sure that your openvpn config filename ends in `.conf`.
|
||||
|
||||
# Options
|
||||
|
||||
```
|
||||
Usage: openvpn [-p pid_file_format]
|
||||
-p : format string to glob all pid files (default '/run/openvpn/*.pid')
|
||||
```
|
Reference in New Issue
Block a user