Skip to content
Snippets Groups Projects
Michael Tuexen's avatar
Michael Tüxen authored
On *BSD platforms the original version always used the tun0 device
in local mode and never deleted it, except on NetBSD. This was
handy when using for example Wireshark for capturing trafic.
The last commit removed this possibility, since it removes the
interface. Add the --persistent_tun_dev command line option
to bring it back.

To get the behaviour of the original version, use on *BSD
platforms --tun-dev=tun0 --persistent_tun_dev.
967a63f5
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..