Skip to content

Commit

Permalink
v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennoN-RUS committed Mar 30, 2023
1 parent 277a1dc commit 3e83f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Install/common/func.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ get_as_func() {
for cur_as in $as_list; do
if [[ "$DEBUG" == 1 ]]; then out=2; echo -e "\n$cur_as" >&$out; fi
for i in $out 1; do
curl -s https://stat.ripe.net/data/announced-prefixes/data.json?resource=$cur_as | awk -F '"' '/([0-9]{1,3}.){3}[0-9]{1,3}\/[0-9]{1,2}/{print $4}' | iprange - >&$i
curl -sk https://stat.ripe.net/data/announced-prefixes/data.json?resource=$cur_as | awk -F '"' '/([0-9]{1,3}.){3}[0-9]{1,3}\/[0-9]{1,2}/{print $4}' | iprange - >&$i
done
done
awk '!/^AS([0-9]{1,5})/{print $0}' "$1"
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION="v3.7.0"
VERSION="v3.7.1"

while true; do
echo -e "\nBegin install? y/n"
Expand Down

0 comments on commit 3e83f3b

Please sign in to comment.