summaryrefslogtreecommitdiffstats
path: root/mcproxy/files/mcproxy.conf
blob: d538daa66b7ff6c7b16cdf1fe3a05a6d7e7ab09c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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";