feat(dns): expose syncthing
This commit is contained in:
@@ -25,5 +25,10 @@ locals {
|
|||||||
service = "http://192.168.0.101:3333"
|
service = "http://192.168.0.101:3333"
|
||||||
policy = "allow_myself"
|
policy = "allow_myself"
|
||||||
}
|
}
|
||||||
|
syncthing = {
|
||||||
|
subdomain = "sync"
|
||||||
|
service = "http://192.168.0.101:8384"
|
||||||
|
policy = "allow_myself"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user