quatrix

Results 5 issues of quatrix

I had to change -A PREROUTING to -A OUTPUT to get it to work iptables -t nat -A OUTPUT -d 169.254.169.254 -p tcp --dport 80 --syn -j REDIRECT --to-port 1024

I'd like to implement Consul support for Flannel. I don't want to maintain a fork, would you accept a pull request? Any implementation remarks I should consider?

kind/enhancement
help wanted
priority/Pmaybe

(This might happen when just using tls, but specifically for me it happens when connecting to MongoDB Atlas) ``` client = Mongoc.Client("mongodb+srv://username:[email protected]/db") Mongoc.ping(client) ``` results in ``` ERROR: BSONError: domain=15,...

When trying to retrieve a binary value (e.g. an image) an UnicodeDecodeError raises as it tries to decode the response to utf-8. While debugging I've noticed a couple of things:...

the main change is adding the check ```rust // Break if size zero BoxHeader, which can result in dead-loop. if s == 0 { break; } ``` in `stbl.rs`, the...