feat(dns): expose syncthing

This commit is contained in:
2025-10-05 22:06:17 +03:00
parent c000184361
commit 3003bf6bfe

View File

@@ -25,5 +25,10 @@ locals {
service = "http://192.168.0.101:3333"
policy = "allow_myself"
}
syncthing = {
subdomain = "sync"
service = "http://192.168.0.101:8384"
policy = "allow_myself"
}
}
}