-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add MyDNS.JP Dynamic DNS Service #1937
Add MyDNS.JP Dynamic DNS Service #1937
Conversation
public_suffix_list.dat
Outdated
@@ -13273,6 +13273,24 @@ freemyip.com | |||
// Submitted by Daniel A. Maierhofer <[email protected]> | |||
wien.funkfeuer.at | |||
|
|||
// Future Versatile Group. :https://www.fvg-on.net/ | |||
// T.Kabu <[email protected]> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use a non-personal e-mail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"[email protected]" would be OK?
|
Where can the expiration dates for .jp .bz .tw .vc be checked? The whois command line tool does not work for these. What are the user numbers for the other domains? Why is the organization website in the comment different from the one in the PR? |
A1-1: ".jp" whois ... https://whois.jprs.jp/ BUT, ".jp" and ".vc" ccTLD domains are renewed annually, so the expiration date of the Whois information will only show one year. A2: Provide usage of all domains offered in the service. (The number of hosts will vary due to the staggered start of the service.) Number of users this request is being made to serve: site:mydns.jp 396,000 hosts. ... on Feb 19, 2024. site:0am.jp 12,800 hosts. ... on Mar 11, 2024. A3: "https://www.fvg-on.net" is the provider's site URL. "https://www.mydns.jp" is the site URL of the entrance of the DDNS service. Regards. T.Kabu/MyDNS.JP |
Change to public Mail-Address. "[email protected]"
OK, I understand. Regards. T.Kabu/MyDNS.JP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorted by ccTLD first, then by domain name.
Public Suffix List (PSL) Pull Request (PR) Template
Each PSL PR needs to have a description, rationale, indication of DNS validation and syntax checking, as well as a number of acknowledgements from the submitter. This template must be included with each PR, and the submitting party MUST provide responses to all of the elements in order to be considered.
Checklist of required steps
Description of Organization
Robust Reason for PSL Inclusion
DNS verification via dig
Run Syntax Checker (make test)
Each domain listed in the PRIVATE section has and shall maintain at least two years remaining on registration, and we shall keep the _PSL txt record in place in the respective zone(s) in the affected section
*.JP domains are renewed annually, so the expiration date of the Whois information will only show one year. Other domains have expiration dates of two years or more.
Submitter affirms the following:
For Private section requests that are submitting entries for domains that match their organization website's primary domain, please understand that this can have impacts that may not match the desired outcome and take a long time to rollback, if at all.
To ensure that requested changes are entirely intentional, make sure that you read the affectation and propagation expectations, that you understand them, and confirm this understanding.
PR Rollbacks have lower priority, and the volunteers are unable to control when or if browsers or other parties using the PSL will refresh or update.
(Link: about propagation/expectations)
Description of Organization
Organization Website:
https://www.mydns.jp/
Hello. We provide the Dynamic DNS service for free of charge to any registered users worldwide since 2000.
Using our service, anyone can register any hostname (subdomain) of their choice under any domain with associated IPv4 and IPv6 addresses.
A certain user uses it for a web server. Another user uses it for VPN, various remote operations, and security.
We offer several domain names, depending on the goals and preferences of our users.
For example, we offer (1) mydns.jp, (2) pgw.jp, (3) wjg.jp, and others.
Reason for PSL Inclusion
All of the domains we are offering will be retained for a minimum of two years.
However, for Japanese domains (.jp), due to the Japanese registrar system(JPRS), they will not expire for more than two years, even after checking with whois.
Of course, since all of our domains are auto-renewed, this is not a problem.
Our dynamic DNS service is designed to allow registration on a subdomain basis.
This means that each website on a subdomain is independent.
For security, cookies must be separated between independent sites.
https://www.google.com/search?q=site%3Amydns.jp
https://www.google.com/search?q=site%3Apgw.jp
https://www.google.com/search?q=site%3Awjg.jp
Number of users this request is being made to serve:
site:mydns.jp 396,000 hosts.
site:pgw.jp 10,600 hosts.
site:wjg.jp 10,400 hosts.
... on Feb 19, 2024.
DNS Verification via dig
Results of Syntax Checker (
make test
)All tests are OK.
Regards.