hadiasghari / pyasn

Python IP address to Autonomous System Number lookup module. (Supports fast local lookups, and historical lookups using archived BGP dumps.)
Other
292 stars 72 forks source link

switch to http for download #77

Open slhck opened 6 months ago

slhck commented 6 months ago

This builds on top of #72 and supports downloading via HTTPS instead of the deprecated and insecure FTP variant.

A minor additional change is that we should not hardcode /usr/bin/python in the shebang lines but instead let the enironment decide which Python version to use.

hadiasghari commented 6 months ago

Hi @slhck , thank you for the PR. I'll have a look this week and hopefully merge it. Cheers!

slhck commented 6 months ago

Hi, did you get a chance to look at the PR?