[mcproxy] Add support for mcproxy v1.1.0.
[feed/routing.git] / mcproxy / files / mcproxy.conf
1 ######################################
2 ##-- mcproxy configuration script --##
3 ######################################
4
5 # Erase or comment out the following line when configured
6 disable;
7
8 # IPv4
9 protocol IGMPv3;
10 # IPv6
11 #protocol MLDv2;
12
13 # Upstream eth1 and downstream eth0.1
14 pinstance proxy: eth1 ==> "eth0.1";
15
16 # Upstream eth0.2 and downstream lan
17 #pinstance proxy: "eth0.2" ==> "br-lan";