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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...