Darin
Darin
> > Thanks for your response. The point is to make it easier to build automated generation scripts in the future. I can write a script to get add devices...
I'll look into it and get back to you
So I can not find a way to do this without using ```exec()```. I can generate python code with ```file.write("data = "+json.dumps(devobj, indent=4))``` but to import it you need to...
I got it working with python files. It should be ready for review
Could I get a maintainer to take a look at this?
I'm closing this as I've sort of lost interest
I don't know how your docs a structured. I can turn this into a guide pretty easily but I'm not sure if it should have its own page or be...
For my install I used helm and then set the service_type to loadbalancer. From there I created a ingress to expose port 80.
I removed the only that came back up. However, I think instances that block users based on countries should be treated as down. If they want to do that that's...
I'm slowly working on a mod that routes digiline traffic sort of like you would see in TCP/IP. (The internet) Instead of trying to filter by side I instead opted...