pddnsc/settings/config.toml

24 lines
491 B
TOML
Raw Normal View History

2024-01-31 20:46:08 +00:00
debug = true
[sources]
[sources.test1-src]
provider = "IPIFYSource"
[sources.test2-src]
provider = "FakeSource"
ipv6 = "fe80::1"
2024-02-20 07:15:48 +00:00
[filters]
[filters.state-hash]
provider = "StateHashFilter"
filepath = "state/hash.txt"
2024-01-31 20:46:08 +00:00
[outputs]
2024-02-19 14:12:36 +00:00
[outputs.print]
2024-01-31 20:46:08 +00:00
provider = "JustPrint"
2024-02-19 14:12:36 +00:00
[outputs.file]
provider = "StateFile"
filepath = "state/state.json"
[outputs.hash-file]
provider = "StateHashFile"
filepath = "state/hash.txt"