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

DNS_PROBE_FINISHED_NXDOMAIN #486

Open
arnavzek opened this issue Jul 16, 2021 · 1 comment
Open

DNS_PROBE_FINISHED_NXDOMAIN #486

arnavzek opened this issue Jul 16, 2021 · 1 comment

Comments

@arnavzek
Copy link

My code

var proxy = require("express-http-proxy");
var app = require("express")();
const port = 3000;

app.use("/", proxy("www.google.com"));

app.listen(port, () => {
  console.log(`Example app listening at http://localhost:${port}`);
});

Error

image

@fmasclef
Copy link

Add the letter 'L' between letters 'A' and 'H' on your 'locahost' spelling which should be 'localhost'.

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