- Activate your netbox venv (
source .../netbox/venv/bin/activate
) - Run
pip install git+https://github.com/dchiquito/netbox-dns-easy
- In your
netbox/configurations.py
, add"netbox_dns_easy"
to thePLUGINS
list.
- Clone the repostory.
- Activate your netbox venv (
source .../netbox/venv/bin/activate
) - Run
pip install -e .../netbox-dns-easy
- In your
netbox/configurations.py
, add"netbox_dns_easy"
to thePLUGINS
list.
poetry run ruff check --fix