pddnsc/settings/config.toml
2024-02-20 10:15:48 +03:00

24 lines
491 B
TOML

debug = true
[sources]
[sources.test1-src]
provider = "IPIFYSource"
[sources.test2-src]
provider = "FakeSource"
ipv6 = "fe80::1"
[filters]
[filters.state-hash]
provider = "StateHashFilter"
filepath = "state/hash.txt"
[outputs]
[outputs.print]
provider = "JustPrint"
[outputs.file]
provider = "StateFile"
filepath = "state/state.json"
[outputs.hash-file]
provider = "StateHashFile"
filepath = "state/hash.txt"