mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 23:43:00 +02:00
Ipfireseeder: open also 35700 udp in external access.
Ipfireseeder: autorestart at reconnect.
This commit is contained in:
@@ -30,6 +30,7 @@ case "${1}" in
|
||||
evaluate_retval
|
||||
if ! grep -q "35700:35700" /var/ipfire/xtaccess/config ; then
|
||||
echo "tcp,0.0.0.0/0,35700:35700,on,0.0.0.0,IPFireSeeder" >> /var/ipfire/xtaccess/config
|
||||
echo "udp,0.0.0.0/0,35700:35700,on,0.0.0.0,IPFireSeeder" >> /var/ipfire/xtaccess/config
|
||||
/usr/local/bin/setxtaccess
|
||||
fi
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user