We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a great concept and was keen to start using this!
👍 This works great when redirecting websites to ptp ie for sharing www.CNN.com -> ptp://monkey.com:
https://edition.cnn.com https://edition.cnn.com ptp://www.monkey.com https://edition.cnn.com/ { auth: null, hash: null, host: 'edition.cnn.com', hostname: 'edition.cnn.com', href: 'https://edition.cnn.com/', path: '/', pathname: '/', port: null, protocol: 'https:', query: {}, search: null, slashes: true } ptp://www.monkey.com/
👎But when I try to share http://localhost:3000 -> examplelocal.com I simply get:
http://localhost
Am I using this correctly? I've tried updating all packages including localtunnel but nothing seems to fix this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a great concept and was keen to start using this!
👍 This works great when redirecting websites to ptp ie for sharing www.CNN.com -> ptp://monkey.com:
https://edition.cnn.com https://edition.cnn.com ptp://www.monkey.com https://edition.cnn.com/ { auth: null, hash: null, host: 'edition.cnn.com', hostname: 'edition.cnn.com', href: 'https://edition.cnn.com/', path: '/', pathname: '/', port: null, protocol: 'https:', query: {}, search: null, slashes: true } ptp://www.monkey.com/
👎But when I try to share http://localhost:3000 -> examplelocal.com I simply get:
http://localhost
Am I using this correctly? I've tried updating all packages including localtunnel but nothing seems to fix this.
The text was updated successfully, but these errors were encountered: