ovh_dns_ensure/README.md

24 lines
331 B
Markdown
Raw Normal View History

2024-10-03 12:18:06 +02:00
# ovh_dns_ensure
## Requirements
## Installation
### Linux
```bash
sudo python3 setup.py install
```
### Windows (from PowerShell)
```powershell
& $(where.exe python).split()[0] setup.py install
```
## Usage
```bash
ovh_dns_ensure.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters
```