[mcproxy] Add support for mcproxy v1.1.0.
[feed/routing.git] / mcproxy / files / mcproxy.conf
diff --git a/mcproxy/files/mcproxy.conf b/mcproxy/files/mcproxy.conf
new file mode 100644 (file)
index 0000000..d538daa
--- /dev/null
@@ -0,0 +1,17 @@
+######################################
+##-- mcproxy configuration script --##
+######################################
+
+# Erase or comment out the following line when configured
+disable;
+
+# IPv4
+protocol IGMPv3;
+# IPv6
+#protocol MLDv2;
+
+# Upstream eth1 and downstream eth0.1
+pinstance proxy: eth1 ==> "eth0.1";
+
+# Upstream eth0.2 and downstream lan
+#pinstance proxy: "eth0.2" ==> "br-lan";