diff options
Diffstat (limited to 'hotline')
| -rw-r--r-- | hotline/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |