Skip to content
Discussion options

You must be logged in to vote

By default, the rtl_tcp server listens on 127.0.0.1, this way it is not possible to forward requests to it.
If you want it to forward requests to it, you must change the rtl_tcp parameters, like this:

custom_parameters:
  rtltcp: "-a 0.0.0.0"

And then forward requests to it on your docker command.

Regards.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by allangood
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants