browsertunnel
browsertunnel copied to clipboard
no stdout on server
Hi,
I have hosted the server and ran your server code in aws ubuntu instance.
Then i used your sample site to send a dns query. How can i view the query?
Hi! I'd need more information to help you debug this, but assuming you set everything up okay, one issue might be that your browser is blocking dns-prefetch
. To test this out, try to run (replacing .tunnel.example.com
with your own domain):
dig vzisjb.8.0.orsxg5a0.tunnel.example.com
If you don't have access to dig
on your computer, you can also try using https://toolbox.googleapps.com/apps/dig/
The server should print "test" if everything works okay.
Hi,
Please find the below screenshot.
[image: image.png]
On Tue, Jun 30, 2020 at 7:15 PM Jesse Li [email protected] wrote:
Hi! I'd need more information to help you debug this, but assuming you set everything up okay, one issue might be that your browser is blocking dns-prefetch. To test this out, try to run (replacing .tunnel.example.com with your own domain):
dig vzisjb.8.0.orsxg5a0.tunnel.example.com
If you don't have access to dig on your computer, you can also try using https://toolbox.googleapps.com/apps/dig/
The server should print "test" if everything works okay.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/veggiedefender/browsertunnel/issues/1#issuecomment-651859674, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMI4C4TDBEIG5GUHO4W4B3RZH6SZANCNFSM4OMEGRMA .
You need to have your own domain name for this, and set up your domain's DNS records like shown in the README.