Seafile server 6.2.0 beta is ready for testing!

I have migrated to 6.2 successfully but noticed when using WSGI mode that seahub is exposed on port 8000 on 0.0.0.0 not 127.0.0.1. As I’m on a VPS with no iptables this is a problem.

Looking in seahub.sh there is this line:

$PYTHON $gunicorn_exe seahub.wsgi:application -c “${gunicorn_conf}” -b “0.0.0.0:${port}” --preload

I have changed the 0.0.0.0 to 127.0.0.1 which works for me. Is there another way which is more suitable?
(BTW must try and learn to format code in these fancy editors on day)

EDIT: Just noticed user TMHBOFH has also spotted this.
Best Regards