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

https://vyper.fun is down #95

Open
bguiz opened this issue Apr 19, 2022 · 1 comment
Open

https://vyper.fun is down #95

bguiz opened this issue Apr 19, 2022 · 1 comment

Comments

@bguiz
Copy link

bguiz commented Apr 19, 2022

image

@Arturou
Copy link

Arturou commented Feb 17, 2023

Hi @bguiz, on my free time, I did some simple scanning on vyper.fun domain.
The following dig commands where executed.

dig +noall +answer vyper.fun

which didn't return anything. 😅

and

dig vyper.fun +nostats +nocomments +nocmd

; <<>> DiG 9.10.6 <<>> vyper.fun +nostats +nocomments +nocmd
;; global options: +cmd
;vyper.fun.			IN	A
vyper.fun.		300	IN	SOA	ns-cloud-e1.googledomains.com. cloud-dns-hostmaster.google.com. 2 21600 3600 259200 300

Based on the GitHub docs for configuring apex domain and the www subdomain it looks like neither of them are properly configured in the vyper.fun DNS provider dashboard and also on the GitHub page site. 🤔

So in short the following needs to be done: 💡

  • Configure apex domain (vyper.fun) in DNS provider dashboard as an A record pointing to the following GitHub IPs. ✅
185.199.108.153
185.199.109.153
185.199.110.153
185.199.111.153
  • Create a CNAME record from the DNS provider dashboard ✅

CNAME = www.vyper.fun pointing to --> <user>.github.io or <organization>.github.io

If all is done correctly we should see similar outputs to the ones below:

Apex domain test ⚙️

$ dig EXAMPLE.COM +noall +answer -t A
> EXAMPLE.COM    3600    IN A     185.199.108.153
> EXAMPLE.COM    3600    IN A     185.199.109.153
> EXAMPLE.COM    3600    IN A     185.199.110.153
> EXAMPLE.COM    3600    IN A     185.199.111.153

www subdomain test ⚙️

$ dig WWW.EXAMPLE.COM +nostats +nocomments +nocmd
    > ;WWW.EXAMPLE.COM                     IN      A
    > WWW.EXAMPLE.COM.              3592    IN      CNAME   YOUR-USERNAME.github.io.
    > YOUR-USERNAME.github.io.      43192   IN      CNAME   GITHUB-PAGES-SERVER.
    > GITHUB-PAGES-SERVER.         22      IN      A       192.0.2.1

😁👍 I'll be happy to provide guidance on how to resolve the issue if the team repo owners approve. But if any of the repo owners know how to do it you can support yourself with the github documentation link.

Hope to see the website back online soon 🚀

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