nathan Posted Saturday at 03:19 PM Posted Saturday at 03:19 PM (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 Saturday at 03:20 PM by nathan Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.