Configuring multiple ports on SSLH

Hello, I am running a mc server from home and I’m using AWS to have like a proxy sit between my home network and people connecting to server. This way they don’t know what my ip address is. It uses sslh to make the connection. I was wondering if its possible to have it listen to more then one port. This is the default setup on the sslh file which is working but I’d like to be able to add more ports:
DAEMON_OPTS="–user sslh --listen 0.0.0.0:25565 --anyprot your_ip_address:25565 --pidfile /var/run/sslh/sslh.pid"