Remove hardcoded IPs from derstandard and forgejo scripts, use DNS
This commit is contained in:
parent
01aec23f1f
commit
1eac52a97c
2 changed files with 2 additions and 5 deletions
|
|
@ -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 <<EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue