From 7cd900d61edbd6d322db3cecb913adf574389320 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Mon, 20 Jun 2022 20:14:32 -0700 Subject: Add initial support for resource and info forks --- hotline/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'hotline/config.go') 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 } -- cgit