From b878317adb278ea57fb2ef886fe9ee9b1da39d27 Mon Sep 17 00:00:00 2001 From: Soap Date: Tue, 7 Oct 2025 20:26:46 +0000 Subject: [PATCH] Initial config with WGET hook --- copyparty/cfg/copyparty.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 copyparty/cfg/copyparty.conf diff --git a/copyparty/cfg/copyparty.conf b/copyparty/cfg/copyparty.conf new file mode 100644 index 0000000..8d9dddd --- /dev/null +++ b/copyparty/cfg/copyparty.conf @@ -0,0 +1,16 @@ +[global] + e2dsa, e2ts, dedup, z + no-robots + xff-hdr: cf-connecting-ip + xff-src: lan + shr: /shr + +[accounts] + itssoap: obfuscated + +[/] + /w + accs: + rwmda: itssoap + flags: + xm: aw,j,t3600,/cfg/hooks/wget.py # https://raw.githubusercontent.com/9001/copyparty/refs/heads/hovudstraum/bin/hooks/wget.py \ No newline at end of file