Skip to content

Commit eb7910f

Browse files
committed
gnostr-proxy-relay-list:
use http://localhost:6102
1 parent 83a58a3 commit eb7910f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnostr-proxy-relay-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ then
3535
printf "v0.0.0"; exit
3636
fi
3737

38-
RELAYS=$(curl -sS --get http://0.0.0.0:6102 | sed 's/<[^>]*>//g' | sed '/^$/d')
38+
RELAYS=$(curl -sS --get http://localhost:6102 | sed 's/<[^>]*>//g' | sed '/^$/d')
3939
#echo $RELAYS
4040
for relay in $RELAYS;
4141
do

0 commit comments

Comments
 (0)