From 89a7054b0c75ca748cac6fd5bc4be92c0488ab3b Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 11 Jul 2018 06:45:31 -0400 Subject: tunneling support - tap interface in --net option --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6e6fb89e..12ff8df21 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,8 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe $ firejail --net=eth0 --ip=192.168.1.80 --dns=8.8.8.8 firefox $ firejail --net=wlan0 firefox - --net=tap_interface + (tunneling support) + --net=tap_interface Enable a new network namespace and connect it to this ethernet tap interface using the standard Linux macvlan driver. If the tap interface is not configured, the sandbox will not try to -- cgit v1.2.3-54-g00ecf