We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a3143 commit 1dcf970Copy full SHA for 1dcf970
.github/workflows/main.yml
@@ -14,8 +14,6 @@ jobs:
14
15
- name: download cidr
16
run: |
17
- wget --no-check-certificate -cqO- http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest | grep "apnic|CN|ipv4|" | awk -F'|' '{print $4"/"32-log($5)/log(2)}' >IPchnroute
18
- sha256sum IPchnroute | awk '{print$1}' >IPchnroute.sha256sum
19
chmod +x ros-dpbr.sh
20
./ros-dpbr.sh
21
0 commit comments