summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-01-14 08:56:48 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-01-14 08:56:48 -0500
commit9c7f78a8fd023d68c30f6125b48a08b7cc757ef5 (patch)
treed7806a0d6badaea2fbc007adf60219b1018cd32b /README.md
parentMerge pull request #224 from genodeftest/patch-1 (diff)
downloadfirejail-9c7f78a8fd023d68c30f6125b48a08b7cc757ef5.tar.gz
firejail-9c7f78a8fd023d68c30f6125b48a08b7cc757ef5.tar.zst
firejail-9c7f78a8fd023d68c30f6125b48a08b7cc757ef5.zip
admin
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/README.md b/README.md
index 408e5835c..54f16b695 100644
--- a/README.md
+++ b/README.md
@@ -32,5 +32,27 @@ Documentation: https://firejail.wordpress.com/documentation-2/
32 32
33FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/ 33FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/
34 34
35Current development version: 0.9.37 35# Current development version: 0.9.37
36
37## IPv6 support:
38`````
39 --ip6=address
40 Assign IPv6 addresses to the last network interface defined by a
41 --net option.
42
43 Example:
44 $ firejail --net=eth0 --ip6=2001:0db8:0:f101::1/64 firefox
45
46 --netfilter6=filename
47 Enable the IPv6 network filter specified by filename in the new
48 network namespace. The filter file format is the format of
49 ip6tables-save and ip6table-restore commands. New network
50 namespaces are created using --net option. If a new network
51 namespaces is not created, --netfilter6 option does nothing.
52
53`````
54
55## New profiles: KMail
56
57
36 58