-
I am trying to set up a server [monitor]
interval=60
remote=true
remote_port=9999
key=hello When starting
I do not see any mention of binding to port When checking the open ports I get nothing either:
So I have doubts about the server having started at all. Did I miss something? |
Beta Was this translation helpful? Give feedback.
Answered by
jamesoff
Apr 24, 2024
Replies: 1 comment 2 replies
-
Try |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
wsw70
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try
remote=1
(instead oftrue
) - looking at the code it needs to be exactly that. I'll fix it to accept truthy values properly.