From 9c7f78a8fd023d68c30f6125b48a08b7cc757ef5 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 14 Jan 2016 08:56:48 -0500 Subject: admin --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'README.md') 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/ FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/ -Current development version: 0.9.37 +# Current development version: 0.9.37 + +## IPv6 support: +````` + --ip6=address + Assign IPv6 addresses to the last network interface defined by a + --net option. + + Example: + $ firejail --net=eth0 --ip6=2001:0db8:0:f101::1/64 firefox + + --netfilter6=filename + Enable the IPv6 network filter specified by filename in the new + network namespace. The filter file format is the format of + ip6tables-save and ip6table-restore commands. New network + namespaces are created using --net option. If a new network + namespaces is not created, --netfilter6 option does nothing. + +````` + +## New profiles: KMail + + -- cgit v1.2.3-54-g00ecf