Simple python script for enable and disable shecan.ir dns for gnu/linux and MacOS users.
┌────────────────────────────────────────────────────────┐
│ shecan-cli │
│ > https://github.com/ali77gh/shecan-cli │
│ │
├────────────────────────────┬───────────────────────────┤
│ > how to use: │ │
│ shecan-cli help │ show this beautiful msg │
│ shecan-cli status │ show status (local&remote)│
│ shecan-cli enable │ enables shecan DNS │
│ shecan-cli disable │ load your old DNS config │
│ shecan-cli live_status │ run status in loop │
│ │ │
└────────────────────────────┴───────────────────────────┘
curl -sfL https://raw.githubusercontent.com/ali77gh/shecan-cli/master/install.sh | sudo bash -
- python3
- requests library for python3
Project is under GPL3