From 1eac52a97c2055016cfac4c06a6416fc0d0998ad Mon Sep 17 00:00:00 2001 From: Agent Date: Tue, 3 Feb 2026 21:48:07 +0000 Subject: [PATCH] Remove hardcoded IPs from derstandard and forgejo scripts, use DNS --- bin/derstandard | 3 +-- bin/forgejo | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/bin/derstandard b/bin/derstandard index eb63404..24da1d8 100755 --- a/bin/derstandard +++ b/bin/derstandard @@ -3,10 +3,9 @@ set -e FIVEFILTERS_URL="https://fivefilters.cloonar.com" -FIVEFILTERS_IP="10.42.97.5" RSS_SOURCE="https://www.derstandard.at/rss" -CURL="curl -sk --resolve fivefilters.cloonar.com:443:${FIVEFILTERS_IP}" +CURL="curl -sk" usage() { cat <