Jonathan Davies

Results 83 comments of Jonathan Davies

> How does enabling the opt-level = "s" option influence Vector performance? I had `opt-level = "s"` on one of my instances and redeployed without, and apparently the utilization has...

> Vector releases do enable LTO (per https://github.com/vectordotdev/vector/pull/17342#issuecomment-1932674613 this is done by changing the flags in CI). The binaries we distribute are around ~120 MB. The issue is that no...

I think that for end-user clients, it's just generally assumed that people on the same network would be coming from the same `/64`. Golang'd `net.ParseCIDR` appears to do the right...

I've read through the documentation for `remote_ip` and as far as I can tell: it allows one to statically define desired CIDR ranges. However what is required here is the...

The correct place for this question was https://github.com/techknowlogick/certmagic-s3/issues/6 as it relates to the storage of Caddy's TLS certificates (storing them on S3 for a Caddy cluster but then falling back...

I spent today working on a gatherer for ejabberd, and actually didn't get much further than the code in the first comment on my own. There is also a basic...

@benoitc An IPv6-only jail is fairly easy: 1. Do not use a loopback device 2. Create the jail with VNET: ``` bastille create -V test1 13.1-RELEASE 2001:db8::2/64 igb0 ``` 3....

@tuanth66 I used the documentation example prefix as it's just that... an example. Replace it with an IPv6 address that's from the global range allocated to by your ISP. For...

I also had this issue with the latest `master` commit and traced it down to: https://github.com/dgraph-io/badger/issues/60

I also have this issue, expect my error says: ``` cp: cannot stat '/tmp/tmp.hxRE7KB6PU/secret1.age': No such file or directory Error: Invalid recipient '[' ```