Skip to content

maximizzar/rust-bind-prefix-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-bind-prefix-updater

bind9 prefix updater (ddns for ipv6)

It updates bind AAAA dns records. It just needs a config like this.

{
    "hosts": [
        "hosta",
        "hostb",
        "hostc"
    ],
    "prefix_size": 64,
    "record_db_path": "/path/to/db/file"
}