Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 487 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 487 Bytes

traefik-adguard-sync

A simple python script to sync your Traefik TLS certificates to AdGuardHome for DNS-over-TLS.

Meant to be used in a Kubernetes cluster with Traefik and AdGuardHome deployments, as a CronJob to periodically update TLS certs in AdGuardHome.

Usage

  1. Modify cronjob.yml, to change the PersistentVolumeClaim names traefik, adguard to the ones you use.
  2. Deploy!