Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtgoitia/zscaler-manager
tools to work around ZSCaler intrusiveness
https://github.com/dtgoitia/zscaler-manager
Last synced: 25 days ago
JSON representation
tools to work around ZSCaler intrusiveness
- Host: GitHub
- URL: https://github.com/dtgoitia/zscaler-manager
- Owner: dtgoitia
- Created: 2024-08-19T08:49:00.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T08:59:03.000Z (5 months ago)
- Last Synced: 2024-10-28T13:54:46.615Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZSCaler utilities
## Install
Install the guardian daemon and `vpn` CLI:
```shell
bin/install
```- guardian daemon: systemd service that checks if the Internet Security is ON regularly.
- `vpn` CLI: starts/stop ZSCaler services (including UI and background systemd services).## Usage
Start VPN:
```shell
vpn up
```Stop VPN:
```shell
vpn down
```## Configuration
The configuration lives in `~/.config/zscaler-manager/config.json`:
```json
{
"wait_between_checks_in_seconds": 5,
"notification_bin": "~/path/to/my/notification/script"
}
```## Guardian daemon notifications
When the guardian daemon detects that ZSCaler's _Internet Security_ is on, it will notify by executing the path specified in config. The executable will receive a single string argument with a notification message.