wireguard-operator
wireguard-operator copied to clipboard
Remove dependency on bash
We are currently relying on bash in the agent to update the iptable rules. This isn't really needed and can be done without bash. https://github.com/jodevsa/wireguard-operator/blob/main/internal/iptables/iptables.go#L27