summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/rygel.conf3
-rw-r--r--doc/man/rygel.conf.xml8
2 files changed, 11 insertions, 0 deletions
diff --git a/data/rygel.conf b/data/rygel.conf
index 56a612a9..480abdb5 100644
--- a/data/rygel.conf
+++ b/data/rygel.conf
@@ -2,6 +2,9 @@
# General configuration options
[general]
+# Set to 'false' if you don't want Rygel to run on IPv6 addresses
+# Whether or not IPv6 is supported depends on how GUPnP was configured
+ipv6=true
# Set it to 'false' if you want to disable transcoding support.
enable-transcoding=true
diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml
index c9821772..124048e4 100644
--- a/doc/man/rygel.conf.xml
+++ b/doc/man/rygel.conf.xml
@@ -109,6 +109,14 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<variablelist>
<varlistentry>
<term>
+ <option>ipv6</option>
+ </term>
+ <listitem>
+ <para>Set to <userinput>false</userinput> to disable binding to IPv6 addresses</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
<option>interface=<replaceable>INTERFACE</replaceable></option>
</term>
<listitem>