summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-08-09 23:20:47 +0200
committerJens Georg <mail@jensge.org>2020-08-09 23:20:49 +0200
commitf7fc9e3e7cdd0f41fb410b76a5d7dacc1cd33692 (patch)
treee3814577f24cf53d1b06fb5ac040f3a8fbe37cee
parent07577c69dcf8f02d89e5cc021af189956553cd81 (diff)
downloadrygel-f7fc9e3e7cdd0f41fb410b76a5d7dacc1cd33692.tar.gz
data,doc: Update for IPv6
Add IPv6 setting to default file and config manpage
-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>