WaterByWind / edgeos-bl-mgmt

Automated updating of EdgeOS firewall network-group to be used as source address blacklist
MIT License
196 stars 40 forks source link

Trying to modify, getting error line 255: /dev/fd/62: No such file or directory #3

Closed staze closed 7 years ago

staze commented 7 years ago

Any idea why I might be seeing this error? I'm trying to modify this script as per: https://community.ubnt.com/t5/EdgeMAX/statuscake-auto-address-group-population/m-p/1509015#M102637

But I can't seem to get it to work. This is on edgeos 1.9.0.

Thanks!

staze commented 7 years ago

Think I figured it out, the path needed to be set for the location of the fw list.

Now I just need to figure out why it's just returning with nothing. Will the script parse a list that's "space" delineated?

As in: https://www.statuscake.com/API/Locations/txt

staze commented 7 years ago

Nevermind... decided to write my own solution. =)