gitextract_c3ya2ygf/ ├── .github/ │ └── FUNDING.yml ├── LICENSE ├── README.md ├── documents/ │ ├── domains/ │ │ ├── announcement.md │ │ └── faq.md │ └── tutorial/ │ ├── getting-started/ │ │ ├── 1.1-register-account.md │ │ ├── 1.2-dns-hosting.md │ │ └── index.md │ └── index.md └── opensource/ ├── email_template/ │ └── email_template.html ├── frontend/ │ ├── domain_view.html │ ├── domainmgr.html │ ├── domainreg.html │ ├── domainreg_check.html │ ├── domainreg_check_public.html │ ├── error.html │ ├── info.html │ ├── login.html │ ├── overview.html │ ├── panel.html │ ├── partials/ │ │ └── modern_styles.html │ ├── pay_success.html │ ├── register.html │ ├── reset_password.html │ ├── success.html │ ├── usermgr.html │ └── whois.html ├── readme.md ├── static/ │ └── config/ │ └── cookieconsent-config.js └── whois_server/ ├── readme.md └── whois.py