Jump to content

eISY and port 80


nathan

Recommended Posts

Posted (edited)

Hi,

eISY now uses the default port of 8080 without the ability to change it. There are a number of third party libraries that I use (ISYLogger, ISYlib-python) that have this port hardcoded. I intended to fork these to fix it but as a short term fix I used pf in FreeBSD on the eISY to redirect port 80 to 8080.

Is there any reason why this shouldn't be done that I'm missing? It feels like it could be done to keep the eISY compatible with existing configurations, until they can be reconfigured/rewritten.

rdr pass on re0 proto tcp from any to any port 80 -> 127.0.0.1 port 8080
 

Edited by nathan
Guest
This topic is now closed to further replies.

×
×
  • Create New...