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

Multi Viewer URLs support #1768

Open
Tint0ri opened this issue Sep 5, 2024 · 1 comment
Open

Multi Viewer URLs support #1768

Tint0ri opened this issue Sep 5, 2024 · 1 comment

Comments

@Tint0ri
Copy link

Tint0ri commented Sep 5, 2024

TypeBot is amazing!

I use it built a bot and published with a domain url in internet with NAT. I works in internet. Because of router/NAT limitation, I cannot access the domain url from LAN. I have to change the hosts file to make it works.

I wonder that if it possbile to have separate viewer urls to make it works in internet and LAN such as internal/external viewer url .

And again, Typebot is awesome!

@Mahesh7741
Copy link

Solution: You want to have two separate URLs—one for internal use (LAN) and one for external use (internet). This is possible by setting up internal DNS (Domain Name System) or using a split DNS configuration. In this setup, your internal network resolves the domain to the local IP, while external users resolve it to your public IP.

Internal URL: This will work within your LAN and resolve to your local IP.
External URL: This will work on the internet and resolve to your public IP.

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

No branches or pull requests

2 participants