-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix suggested default address. Fix broken address/port lookup #985
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## pre-release #985 +/- ##
===============================================
+ Coverage 29.55% 30.04% +0.48%
===============================================
Files 65 65
Lines 6641 6644 +3
Branches 1014 1015 +1
===============================================
+ Hits 1963 1996 +33
+ Misses 4524 4491 -33
- Partials 154 157 +3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that this change works and compatible with my v6.1.1 build:
slaclab/kek-bpm-rfsoc-dev@fab69be
### Description - slaclab/rogue#985
…Server listen address. This will avoid getting annoying messages from cyber security port scanners. Related to #985
This updates the documentation to suggest using 127.0.0.1 for the zmqServer listen address. This will avoid getting annoying messages from cyber security port scanners.
We still need to properly document ZmqServer to explain the various addr arg options.
I also fixed a bug where the address lookup always returns localhost, which will break the gui when users define options other than * or 127.0.0.1