Skip to content
/ rtwod2 Public

A Rust implementation of twod - a TwoDNS client.

Notifications You must be signed in to change notification settings

t4k1t/rtwod2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtwod2

A Rust implementation of twod - a TwoDNS client.

Usage

rtwod2

Configuration

Per default rtwod2 will try to read its configuration from $XDG_CONFIG_HOME/rtwod2/rtwod2.toml. The -c/--config flag can be used to provide a different path.

Example config:

[twodns]
url = "https://api.twodns.de/hosts/example.dd-dns.de"
user = "[email protected]"
token = "token"
timeout = 5

[update]
mode = "random"  # Can be either of: "random", "round_robin"
interval = 60
timeout = 5
urls = [ "https://icanhazip.com", "https://ipinfo.io/ip" ]

About

A Rust implementation of twod - a TwoDNS client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages