## Example configuration for udmp-iptv ## # Interface on which IPTV traffic enters the router IPTV_WAN_INTERFACE="eth1" # ID of VLAN which carries IPTV traffic (use 0 if no VLAN is used) IPTV_WAN_VLAN="4" # Name of the IPTV VLAN interface IPTV_WAN_VLAN_INTERFACE="iptv" # IP ranges from which the IPTV traffic originates (separated by spaces) IPTV_WAN_RANGES="10.0.0.0/8 10.252.0.0/16 10.253.0.0/16 217.166.0.0/16" # DHCP options to send when requesting an IP address IPTV_WAN_DHCP_OPTIONS="-O staticroutes -V IPTV_RG" # LAN interfaces on which IPTV should be made available IPTV_LAN_INTERFACES="eth0.8" # Disable quickleave for igmpproxy IPTV_IGMPPROXY_DISABLE_QUICKLEAVE="false" # Enable debugging for igmpproxy IPTV_IGMPPROXY_DEBUG="false" IPTV_IGMPPROXY_PROGRAM="improxy" IPTV_IGMPPROXY_IGMP_VERSION="2"