]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/config.go
Merge pull request #46 from jhalter/implement_access_no_agreement
[rbdr/mobius] / hotline / config.go
index d6d801e92a9956edcdf9b16e1b65d917103b5751..aeae27534716eb6d11af1ec9856a2e8981f0bc1b 100644 (file)
@@ -13,4 +13,5 @@ type Config struct {
        MaxDownloadsPerClient     int      `yaml:"MaxDownloadsPerClient"`                   // Per client simultaneous download limit
        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
 }