diff options
Diffstat (limited to 'examples/tuntap')
-rw-r--r-- | examples/tuntap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/tuntap b/examples/tuntap new file mode 100644 index 0000000..2917875 --- /dev/null +++ b/examples/tuntap @@ -0,0 +1,6 @@ +INTERFACE='tun0' +CONNECTION='tuntap' +MODE='tun' +USER='nobody' +GROUP='nobody' + |