jamesmcm / vopono

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

interface config option no longer recognized #254

Closed Ghosthree3 closed 8 months ago

Ghosthree3 commented 8 months ago

Prior to the current release (0.10.9) using the line interface = "br0" in my config.toml worked as expected, now vopono complains Multiple network interfaces are active and defaults to, unfortunately, the incorrect device.

Passing -i br0 works, and all other config options seem to be being read correctly as well.

jamesmcm commented 8 months ago

Thanks, it must be an issue with it de-serialising the string now that all config arguments are handled the same way, I'll take a look.

jamesmcm commented 8 months ago

@Ghosthree3 this is fixed on master now btw.

Ghosthree3 commented 8 months ago

Confirmed.