From d09ef2c8e9df2bc94e14ab30fa983d125621cb6c Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Thu, 11 Apr 2024 21:12:14 +0530 Subject: [PATCH] add tor for freshrss --- privfrontends/templates/eu/darknet.Caddyfile | 6 ++++++ privfrontends/templates/in/apps.Caddyfile | 1 + 2 files changed, 7 insertions(+) diff --git a/privfrontends/templates/eu/darknet.Caddyfile b/privfrontends/templates/eu/darknet.Caddyfile index 0f1b738..a53e181 100644 --- a/privfrontends/templates/eu/darknet.Caddyfile +++ b/privfrontends/templates/eu/darknet.Caddyfile @@ -139,3 +139,9 @@ http://healthchecks.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.oni header_up Host "healthchecks.projectsegfau.lt" } } +http://rss.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion { + import tor rss + reverse_proxy https://rss.projectsegfau.lt { + header_up Host "rss.projectsegfau.lt" + } +} diff --git a/privfrontends/templates/in/apps.Caddyfile b/privfrontends/templates/in/apps.Caddyfile index 6e02ee4..eaa50ce 100644 --- a/privfrontends/templates/in/apps.Caddyfile +++ b/privfrontends/templates/in/apps.Caddyfile @@ -277,4 +277,5 @@ timetagger.projectsegfau.lt tt.projectsegfau.lt tt.psf.lt { rss.projectsegfau.lt freshrss.projectsegfau.lt rss.psf.lt { reverse_proxy :3529 import def + import torloc rss }