diff options
| author | Fuwn <[email protected]> | 2024-10-13 08:48:54 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-13 08:48:54 +0000 |
| commit | 898acdb368307d9fff8f7605f24f42ca0ef19936 (patch) | |
| tree | 6ad20068fa1ddf6dae13095ead7da8a3adaad84d /README.md | |
| parent | docs(readme): update remote repository (diff) | |
| download | pia.nix-898acdb368307d9fff8f7605f24f42ca0ef19936.tar.xz pia.nix-898acdb368307d9fff8f7605f24f42ca0ef19936.zip | |
feat(flake): helper commands
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -40,14 +40,14 @@ attribute set. ```sh # Activate VPN in a specific region -sudo systemctl start openvpn-japan +pia-start japan # Deactivate VPN -sudo systemctl stop openvpn-japan +pia-stop japan # List all available VPN regions -ls /etc/systemd/system/ | grep openvpn +pia-list # List all available VPN regions with fuzzy search support -ls /etc/systemd/system/ | awk '/openvpn/ { print $1 }' | fzf +pia-search ``` |