jamesmcm / vopono

Run applications through VPN tunnels with temporary network namespaces
GNU General Public License v3.0
888 stars 46 forks source link

Wireguard filtering doesn't work properly without whitespace #216

Closed Douile closed 1 year ago

Douile commented 1 year ago

The Wireguard config filtering doesn't function properly if there is no whitespace in the config file between [Key]=[Value] ([Key] = [Value] needed). Without whitespace exec will seemingly not fail but wg will log an error about DNS being an unknown option as it is not filtered out.