X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/fd740bc499ebc6d3a381479316f74cdc736d02de..dd88b8567d1377f50ab6955f6a30db830d94ebd9:/hotline/config.go diff --git a/hotline/config.go b/hotline/config.go index 1ad0ec2..a7bd81e 100644 --- a/hotline/config.go +++ b/hotline/config.go @@ -14,4 +14,5 @@ type Config struct { MaxConnectionsPerIP int `yaml:"MaxConnectionsPerIP"` // Max connections per IP PreserveResourceForks bool `yaml:"PreserveResourceForks"` // Enable preservation of file info and resource forks in sidecar files IgnoreFiles []string `yaml:"IgnoreFiles"` // List of regular expression for filtering files from the file list + EnableBonjour bool `yaml:"EnableBonjour"` // Enable service announcement on local network with Bonjour }