hydrajump

Results 8 comments of hydrajump

I just created a pull request to address my filter feature request ;)

I've compiled version 2018.12.1 for mipsle and I was happy that it was working on my Ubiquiti ERX, but after multiple complaints that DNS resolution stopped working I had to...

I'd like to know as well :) It seems that GitHub offers an [auto-merge](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request) feature for free if you repo is public. Otherwise it's offered on a paid plan. I...

I tested the fix on `darwin/amd64` and `windows/amd64` to verify that the home directory was found correctly. I used [gox](https://github.com/mitchellh/gox) to cross-compile, e.g. `gox -osarch="windows/amd64" -osarch="darwin/amd64"`

@Downchuck I'm also having an issue overriding the default endpoint in the ini file. This works, `gof3r cp ~/Desktop/test_file s3://hydrajump1234/test_file` This doesn't work, ``` $ cat gof3r.ini [cp] endpoint =...

Thank you for investigating! When you did you test with Ireland, did you modify the ini or specify it on the command line? If the latter can you please share...

Don't know if it's related, but I did a similar test with a few IP addresses and LuLu 3.1.2 never seems to match them in my block list. For example,...

@objective-see maybe [this](https://github.com/ghostty-org/ghostty/blob/main/.github/workflows/release-pr.yml#L49-L199) could be a good starting point :)