wireguard-operator icon indicating copy to clipboard operation
wireguard-operator copied to clipboard

Remove dependency on bash

Open jodevsa opened this issue 1 year ago • 0 comments

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

jodevsa avatar Jun 25 '23 20:06 jodevsa