Ingvald Lorentzen

Results 10 comments of Ingvald Lorentzen

Hi, Thanks for taking a look at this. I can provide a VM with either dual IPv4 and IPv6 support, or just IPv6 support so that you could test this,...

I added some more IPv6 code. Still not working though. It's a bit messy, a different structure is probably preferable, but I wanted to touch as little of the existing...

Any chance of getting this merged? Would absolutely love this feature for our CI pipelines! Alternatively #80 would also solve this issue for us.

Any progress on supporting `3.10` ? It's currently breaking one of our our packages that depends on this package, and seems to be the last roadblock for us upgrading to...

I'm also experiencing this. Running Pi-hole with Cloudflare DNS. Switched over to Google account a couple months back, with refresh token in the config.

Tested it now, and that does seem to solve the issue. Weird..

@fedefava86 could we get a PyPI release of `0.3.7`?

Seeing as the only change in #170 is increasing `max_version` in the plugin, you can override it manually. We are currently overriding the `max_version` after install in our Dockerfile: `RUN...

Yes, you have to do the modification before starting the container. We extend the NetBox docker image, so we do it in the Dockerfile for our custom build. How to...