initial commit

This commit is contained in:
2024-01-31 23:46:08 +03:00
commit 62e0c92ebe
4 changed files with 246 additions and 0 deletions

14
settings/config.toml Normal file
View File

@@ -0,0 +1,14 @@
debug = true
[sources]
[sources.test1-src]
provider = "IPIFYSource"
[sources.test2-src]
provider = "FakeSource"
ipv6 = "fe80::1"
[outputs]
[outputs.test1-out]
provider = "JustPrint"
[outputs.test2-out]
provider = "JustPrint"