diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/asn_update.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/asn_update.sh b/utils/asn_update.sh index ec2dab9d2..6ed94abb1 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -154,6 +154,11 @@ DEST=../src/lib/inc_generated/ndpi_asn_discord.c.inc create_list NDPI_PROTOCOL_DISCORD $DEST "AS49544" echo "(3) Discord IPs are available in $DEST" +echo "(1) Downloading LINE..." +DEST=../src/lib/inc_generated/ndpi_asn_line.c.inc +create_list NDPI_PROTOCOL_LINE $DEST "AS38631" +echo "(3) Line IPs are available in $DEST" + if [ ${TOTAL_ASN} -eq ${FAILED_ASN} ]; then printf '%s: %s\n' "${0}" "All download(s) failed, ./get_routes_by_asn.sh broken?" exit 1 |