|  | 
 |  | 
 | 
												
													
														| 344 |    echo "    iptables -A INPUT -p tcp --dport $TRACKER_PORT -j ACCEPT" >> $batman_script
 | 344 |    echo "    iptables -A INPUT -p tcp --dport $TRACKER_PORT -j ACCEPT" >> $batman_script
 | 
												
													
														| 345 |    echo "    iptables -A INPUT -p udp --dport 1900 -j ACCEPT" >> $batman_script
 | 345 |    echo "    iptables -A INPUT -p udp --dport 1900 -j ACCEPT" >> $batman_script
 | 
												
													
														| 346 |    echo "    iptables -A INPUT -p tcp --dport 80 -j ACCEPT" >> $batman_script
 | 346 |    echo "    iptables -A INPUT -p tcp --dport 80 -j ACCEPT" >> $batman_script
 | 
												
													
														|  | 
 | 347 | +  echo "    iptables -A INPUT -p udp -m udp -j ACCEPT" >> $batman_script
 | 
												
													
														| 347 |    echo '' >> $batman_script
 | 348 |    echo '' >> $batman_script
 | 
												
													
														| 348 |    echo '    if [ -f /bin/systemctl ]; then' >> $batman_script
 | 349 |    echo '    if [ -f /bin/systemctl ]; then' >> $batman_script
 | 
												
													
														| 349 |    echo '        systemctl restart avahi-daemon' >> $batman_script
 | 350 |    echo '        systemctl restart avahi-daemon' >> $batman_script
 | 
												
											
												
													
														|  | 
 |  | 
 | 
												
													
														| 388 |    echo "    iptables -D INPUT -p tcp --dport $TRACKER_PORT -j ACCEPT" >> $batman_script
 | 389 |    echo "    iptables -D INPUT -p tcp --dport $TRACKER_PORT -j ACCEPT" >> $batman_script
 | 
												
													
														| 389 |    echo "    iptables -D INPUT -p udp --dport 1900 -j ACCEPT" >> $batman_script
 | 390 |    echo "    iptables -D INPUT -p udp --dport 1900 -j ACCEPT" >> $batman_script
 | 
												
													
														| 390 |    echo "    iptables -D INPUT -p tcp --dport 80 -j ACCEPT" >> $batman_script
 | 391 |    echo "    iptables -D INPUT -p tcp --dport 80 -j ACCEPT" >> $batman_script
 | 
												
													
														|  | 
 | 392 | +  echo "    iptables -D INPUT -p udp -m udp -j ACCEPT" >> $batman_script
 | 
												
													
														| 391 |    echo '' >> $batman_script
 | 393 |    echo '' >> $batman_script
 | 
												
													
														| 392 |    echo '    if [ -f /bin/systemctl ]; then' >> $batman_script
 | 394 |    echo '    if [ -f /bin/systemctl ]; then' >> $batman_script
 | 
												
													
														| 393 |    echo '        systemctl restart network-manager' >> $batman_script
 | 395 |    echo '        systemctl restart network-manager' >> $batman_script
 |