Skip to content
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

feat(localhost): add custom host binding to allow external access #1982

Merged
merged 3 commits into from
Nov 6, 2024

Conversation

arihav
Copy link
Contributor

@arihav arihav commented Oct 29, 2024

This PR introduces the ability to specify a custom host binding for the server, allowing external access. Previously, the server was hardcoded to bind to localhost, limiting accessibility to only the local machine. With this change, users can configure the server to bind to any IP address or hostname, including 0.0.0.0, which enables connections from external devices.

@arihav arihav requested a review from a team as a code owner October 29, 2024 20:08
@arihav arihav force-pushed the feat/localhost/custom-host-binding branch from c4b8b47 to 001451d Compare October 29, 2024 20:45
@arihav arihav force-pushed the feat/localhost/custom-host-binding branch from 001451d to 7ddc9f4 Compare October 29, 2024 20:56
Copy link
Contributor

github-actions bot commented Oct 30, 2024

Package Changes Through 28467d9

There are 1 changes which include localhost with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
localhost 2.0.1 2.1.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@arihav arihav requested a review from FabianLars November 6, 2024 09:58
@FabianLars FabianLars merged commit 3449dd5 into tauri-apps:v2 Nov 6, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants