routing/mcproxy/files/mcproxy.conf
Álvaro Fernández Rojas 7682bd9039 [mcproxy] Update to latest version.
Avoid building for GCC 4.4 and GCC 4.6 (no c++11 support).
Move to routing and redirection menu.
Config cleanup (disable until configured, protocol info, example instances).
2014-04-05 14:00:31 +02:00

14 lines
425 B
Text

######################################
##-- mcproxy configuration script --##
######################################
# Erase or comment out the following line when configured
disable;
# Protocol: IGMPv1|IGMPv2|IGMPv3 (IPv4) - MLDv1|MLDv2 (IPv6)
protocol IGMPv3;
# Proxy Instance: upstream ==> downstream
pinstance proxy1: eth1 ==> "eth0.1";
#pinstance proxy2: "eth0.2" ==> "br-lan";
#pinstance proxy3: eth0 ==> eth1 eth2;