Skip to content

Commit

Permalink
readme (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
epsilon-0 committed Jan 9, 2024
1 parent 8b4e2a6 commit 865312d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,38 @@
LXD dynamic DNS client
======================

Program to monitor the LXD API endpoint for container and VM changes and performs DDNS updates to keep DNS records up to date.

Installation
------------

.. code:: bash
pip install lxd-dyndns
Usage
-----

.. code:: bash
$ lxd-dyndns -f /etc/lxd-dyndns.conf -d info
.. code:: toml
cache_dir = "/var/lib/lxd-dyndns"
[projects.k8s]
dns_server = "192.168.2.1"
dns_port = 8053
dns_transport = "TCP"
dns_key_name = "knot_lxd"
dns_key_secret = "Zj7NdR9/6DJonRuTt/++QgMyvSlD4Ndv+i5SvGtGY3Q="
dns_zone = "lxd.domain.tld."
lxd_server = "https://lxd-leader.domain.tld:8443"
lxd_verify = false
lxd_client_cert = "/etc/ssl/lxd-dyndns/client.crt"
lxd_client_key = "/etc/ssl/lxd-dyndns/client.key"
ipv6_prefixes = [ "dead:beef::0/96" ]

0 comments on commit 865312d

Please sign in to comment.