aboutsummaryrefslogtreecommitdiff
path: root/hotline/config.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-20 20:14:32 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-20 20:14:32 -0700
commit7cd900d61edbd6d322db3cecb913adf574389320 (patch)
tree7da8ac3658fa4b6204330f1f9c980428b6a6fdc5 /hotline/config.go
parentbb1e98842e35b3affaf94971e78c86f8b9547928 (diff)
Add initial support for resource and info forks
Diffstat (limited to 'hotline/config.go')
-rw-r--r--hotline/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/hotline/config.go b/hotline/config.go
index cd1d850..55d68e9 100644
--- a/hotline/config.go
+++ b/hotline/config.go
@@ -12,4 +12,5 @@ type Config struct {
MaxDownloads int `yaml:"MaxDownloads"` // Global simultaneous download limit
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
}