X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/fd740bc499ebc6d3a381479316f74cdc736d02de..8cd28eb8cede1c6888cbbcd319a9617304bfc4c1:/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 }