Shelby Cain

Results 20 comments of Shelby Cain

Is there another independent/blessed way to acquire these lists while the mirror process is fixed? I don't want to assume that having automation download using the direct download links like...

Just leaving this here in case anyone else comes along - I forked this repo and use a script to download the lists I'm interested in from the firehol.org website...

Leaving this here as an example: ``` #!/bin/sh curl -s -o firehol_level2.netset 'https://iplists.firehol.org/files/firehol_level2.netset' curl -s -o firehol_level3.netset 'https://iplists.firehol.org/files/firehol_level3.netset' git add -A *.netset git commit -m 'updating lists' git push ```

@philwhineray My opinion is that if you are not able to fully assume control then the project is still doomed and people should be actively looking elsewhere for a similar...

Right - and that is a totally fair statement to make. I could donate some of my personal time and resources to help get something up and running but there...

@Enrico204 Very nice - I was actually toying with re-writing the core stuff in Go and you already did it. :-D

I have a similar use case for a feature like this. I'm in the process of migrating from borg to restic and I need to sync my repos to off-site...

That is certainly good information to know! I've already cobbled together a somewhat working solution via `flock` for the time being but that also involves writing a wrapper script to...

I have this problem on Firefox Developer edition on MacOS. I do not have resist fingerprinting enabled. For me, disabling advanced tracking protection on a site appears to fix it...

That link works. Thanks for all the hard work. :)