Juan Calderon-Perez
Juan Calderon-Perez
@Max-Cheng Which version of v2 are you running?
Ping @sixcolors
@milosgajdos That only works if you return an error, example: ```go app.Get("/", func(_ fiber.Ctx) error { return errors.New("some random error") }) ``` In your case, you are creating a JSON,...
@xEricL I'm looking into this. I also found an issue, the more ranges you add to that list the longer a request takes.
@xEricL Yeah, that approach makes sense, let me do some benchmarks. Ibwant to make sure lookup times are consistent.
@ReneWerner87 This can probably be merged, pending a new release
The changes from https://github.com/elastic/beats/pull/35453 would help this but the implementation is too complicated. It would make more sense to have packetbeat have a config `packetbeat.workers: 3` that creates several workers...
I'm also interested in this. Basically a way to chain vpn's
@IComplainInComments Did you find any more information about this?
@SuperQ @mkoyan44 I have the same problem with regular domains. When I set TTL, and query for Google.com after a few minutes the requests goes to the internet again instead...