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

Temporary failure in name resolution #20

Closed
Showfom opened this issue Nov 2, 2023 · 5 comments
Closed

Temporary failure in name resolution #20

Showfom opened this issue Nov 2, 2023 · 5 comments

Comments

@Showfom
Copy link

Showfom commented Nov 2, 2023

Nov  2 19:35:03 (1698953703.002323) danted[153]: info: block(1): tcp/accept ]: 172.18.0.4.32900 172.18.0.2.9091: request was not performed due to error: could not resolve hostname "example.com": Temporary failure in name resolution

Temporary solution

Login to the container

docker exec -it opt-warp-socks-1 bash

and change DNS to 8.8.8.8 instead of 1.1.1.1

cat > /etc/resolv.conf << EOF
nameserver 8.8.8.8
EOF
@Mon-ius
Copy link
Owner

Mon-ius commented Nov 2, 2023

Thanks for your report;

Due to the Global Power off of Cloudflare, the warp service was thus influenced see https://www.cloudflarestatus.com/incidents/hm7491k53ppg

Plz keep trying in next week, keep report after CF recover the service :P

@intrapt
Copy link

intrapt commented Nov 10, 2023

I also had this issue, which seems to be the same as #8. I fixed it by regenerating wgcf-account.toml:

Logging into the container

docker exec -it warp-socks-1 bash

Regenerating wgcf-account.toml

rm wgcf-account.toml
wgcf register

@FDUZS
Copy link

FDUZS commented Nov 15, 2023

Same here. And the solution offered by @Showfom works.

@Mon-ius
Copy link
Owner

Mon-ius commented Nov 21, 2023

Glad to see problems got fixed here, will keep this open for the sake of referencing future related issues 🤗

@Mon-ius
Copy link
Owner

Mon-ius commented Feb 14, 2024

update some new features today, and hope you enjoy 🤗

@Mon-ius Mon-ius closed this as completed Feb 14, 2024
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

4 participants