remove auragem.space comment

auragem.space is no longer online
This commit is contained in:
nervuri 2023-09-10 14:36:16 +00:00
parent 6017c6bbd2
commit fa6221e91a
Signed by: nervuri
GPG Key ID: C4769EEA7BA61672
1 changed files with 0 additions and 8 deletions

View File

@ -27,18 +27,10 @@ if [ -z "$hosts2" ]; then
>&2 echo "lupa-capsules.txt download failed."
exit 1
fi
#hosts3=$(agunua --binary --maximum-time 20 \
# gemini://auragem.space/search/capsules 2>/dev/null \
# | grep "gemini://" | cut -d ' ' -f 2 | cut -d '/' -f 3)
#if [ -z "$hosts3" ]; then
# >&2 echo "geminispace.info/known-hosts download failed."
# exit 1
#fi
# Concatenate hosts files.
hosts="$hosts1
$hosts2"
#$hosts3"
# Remove empty lines; convert punycode to unicode; sort entries; remove duplicates.
hosts=$(echo "$hosts" | awk NF | idn --allow-unassigned --idna-to-unicode | sort -fu)