Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
/ shmtu-org Public archive

To get a subdomain for your own site.

Notifications You must be signed in to change notification settings

SMU-CAA/shmtu-org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

SHMTU ORG

⚠️ The domain name is no longer available.

🌈 To get a subdomain for your own site. Pull request welcome.

Usage

Just append lines to dns_records.yml file as follows:

  - name: sub.shmtu.org
    description: demo config
    type: A
    value: 1.1.1.1
    ttl: 1
    proxied: false

Options

  • type

    • A
    • AAAA
    • CNAME (default)
  • ttl second(s)

    • 1 (default)
    • 120
    • 300
    • 600
    • 1800
    • 3600
  • proxied by Cloudflare

    • true
    • false (default)

Notes

You are not able to access your website if your server is in Mainland China because of a lack of ICP license.

About

To get a subdomain for your own site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published