Ryan McGuire

Results 4 issues of Ryan McGuire

The full map is pretty large and not always required in your nftables config. I added an option to create an "interesting" countries map by providing a list of countries...

Creating a set with Type: nftables.TypeIFName seems to work, but the set acts strangely. *Sample code for set:* ```go conn.AddSet(&nftables.Set{ Table: table, Name: "test_set", KeyType: nftables.TypeIFName, }, nil) ``` I...

bug

I would like to use an existing mongodb replicaset running in kubernetes, is there an existing method for connecting to a mongo replicaset or would this be new feature? Thank...

This is a great plugin! I have ollama running behind an Istio gateway in kubernetes, I'd like to be able to set the URI to something like `https://myhost.mydomain/ai` rather than...