]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/config.go
Make Bonjour optional and disabled by default
[rbdr/mobius] / hotline / config.go
index 1ad0ec2ccb45a58cb1ac8eb52f9113a4abf2cbbc..a7bd81e4706956e4b68e3715c0bedc06bd573193 100644 (file)
@@ -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
 }