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

ja.phptherightway.com is pointed an outdated IP address #994

Open
m-takagi opened this issue Nov 22, 2023 · 1 comment
Open

ja.phptherightway.com is pointed an outdated IP address #994

m-takagi opened this issue Nov 22, 2023 · 1 comment
Labels

Comments

@m-takagi
Copy link
Contributor

Summary

When I tried to enforce HTTPS for Japanese translation page, I got an error like the following.

phptherightway

Could you please update DNS record for ja.phptherightway.com ?

c.f. https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site#configuring-an-apex-domain

Expected result

$ dig ja.phptherightway.com
(snip)
;; QUESTION SECTION:
;ja.phptherightway.com.         IN      A

;; ANSWER SECTION:
ja.phptherightway.com.  900     IN      A       185.199.108.153
ja.phptherightway.com.  900     IN      A       185.199.109.153
ja.phptherightway.com.  900     IN      A       185.199.110.153
ja.phptherightway.com.  900     IN      A       185.199.111.153

Actual result

$ dig ja.phptherightway.com
(snip)
;; QUESTION SECTION:
;ja.phptherightway.com.         IN      A

;; ANSWER SECTION:
ja.phptherightway.com.  665     IN      A       192.30.252.153

@m-takagi
Copy link
Contributor Author

Maybe the following pages have same problem

https://bg.phptherightway.com/

;; QUESTION SECTION:
;bg.phptherightway.com.         IN      A

;; ANSWER SECTION:
bg.phptherightway.com.  900     IN      A       192.30.252.153

https://br.phptherightway.com/

;; QUESTION SECTION:
;br.phptherightway.com.         IN      A

;; ANSWER SECTION:
br.phptherightway.com.  900     IN      A       192.30.252.153

https://id.phptherightway.com/

;; QUESTION SECTION:
;id.phptherightway.com.         IN      A

;; ANSWER SECTION:
id.phptherightway.com.  900     IN      A       192.30.252.153

https://pl.phptherightway.com/
(see also: #908)

;; QUESTION SECTION:
;pl.phptherightway.com.         IN      A

;; ANSWER SECTION:
pl.phptherightway.com.  900     IN      A       192.30.252.153

These pages are OK.

https://it.phptherightway.com/

;; QUESTION SECTION:
;it.phptherightway.com.         IN      A

;; ANSWER SECTION:
it.phptherightway.com.  900     IN      CNAME   alessandro1997.github.io.
alessandro1997.github.io. 3600  IN      A       185.199.109.153
alessandro1997.github.io. 3600  IN      A       185.199.110.153
alessandro1997.github.io. 3600  IN      A       185.199.108.153
alessandro1997.github.io. 3600  IN      A       185.199.111.153

https://sl.phptherightway.com/

;; QUESTION SECTION:
;sl.phptherightway.com.         IN      A

;; ANSWER SECTION:
sl.phptherightway.com.  900     IN      A       185.199.111.153
sl.phptherightway.com.  900     IN      A       185.199.110.153
sl.phptherightway.com.  900     IN      A       185.199.109.153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants