Skip to content

Docs v3 notes and pass #2503

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

Merged
merged 14 commits into from
Feb 18, 2025
Merged
Prev Previous commit
Next Next commit
docs: fix typo
  • Loading branch information
julianoes committed Feb 13, 2025

Verified

This commit was signed with the committer’s verified signature.
julianoes Julian Oes
commit 2ecd84c841150d403813346f2b72c79c1a962b3f
2 changes: 1 addition & 1 deletion docs/en/cpp/api_changes.md
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ For `udpin`, where we bind locally to that port, the IP can be set to:
- TCP out (client): tcpout://remote_ip:port
```

For `tcp`, where we listen locally on that port, the IP can be set to:
For `tcpin`, where we listen locally on that port, the IP can be set to:
- `0.0.0.0` to listen on all network interfaces.
- `127.0.0.1` to listen on the local loopback interface only.
- to our IP which means we listen on this network interfaces only.
Loading