Cloudflare Docs
Support
Support
Visit Support on GitHub
Set theme to dark (⇧+D)

왜 Cloudflare에서 제 도메인이 삭제됐습니까?

​​ 왜 Cloudflare에서 제 도메인이 삭제됐습니까?

본 문서에서는 Cloudflare 계정에서 삭제된 도메인을 조사하고 복구하는 절차를 소개합니다.

​​ 이 문서에서


​​ 개요

일반적인 도메인 삭제 이유:

  • 도메인에 액세스 권한이 있는 사용자가 도메인을 삭제했습니다.
  • 이름 서버가 더 이상 Cloudflare를 가리키지 않습니다. Cloudflare는 지속적으로 도메인 등록을 모니터링합니다.
  • 도메인이 인증되지 않았습니다(60일 동안 보류).

​​ Step 1 - Check Audit Logs in your Cloudflare account

Cloudflare Audit Logs contain information about domain deletion.  Review  using the Audit Logs for additional information about the Audit Logs feature.

  1. Log in to the Cloudflare dashboard.
  2. Click the appropriate Cloudflare account where the deleted domain existed.
  3. Click Audit Log in the second navigation bar from the top.
  4. For Domain, enter the domain name that was deleted.
  5. Click on a Delete Action and ensure that Resource says Account.
  6. Observe the DateUser IP Address, and User that deleted the domain.
  7. If User IP Address is 127.0.0.1 or contains no data, the deletion was automatically performed by Cloudflare’s systems: Move to Step 2 

​​ Step 2 - Check whether domain registration lists Cloudflare nameservers

1. Use either the command-line based “whois” application provided with your Operating System or a website such as  whois.icann.org or  www.whois.net.

  • If you are unable to find the nameserver details for your domain, reach out to your domain registrar or domain provider to provide the domain registration information.
  • Ensure Cloudflare’s nameservers are the only two nameservers listed in the domain registration details.
  • Ensure nameservers are spelled correctly in the domain registration.

2. Confirm that the nameservers exactly match the nameservers provided within the Cloudflare Nameservers section of the Cloudflare DNS app.

3. If you identify incorrect information, log in to your domain provider’s portal to make updates or contact your domain provider for assistance.


1. Use command-line or third-party tools to confirm if Cloudflare’s nameservers are configured:

dig NS something.anotherdomain.com
dig +trace NS something.anotherdomain.com
dig NS something.anotherdomain.com @8.8.8.8

+trace 옵션은 DNS 응답이 실패하면 상세 정보를 출력합니다. 이 정보는 DNS 공급자 문제를 해결할 때 유용한 경우가 많습니다.

@8.8.8.8 옵션을 이용하면 Google의 공용 DNS 확인자가 제공한 결과를 반환합니다. 결과를 통해, 공용 확인자가 DNS 응답을 받았는지 확인할 수 있습니다.

nslookup -type=ns something.anotherdomain.com
nslookup -type=ns something.anotherdomain.com 8.8.8.8
  • 쿼리 결과에 Cloudflare의 이름 서버 두 개만 반환됐는지 확인하세요.
  • 철자가 잘못된 이름 서버가 있는지 확인하세요. 
  • Confirm the nameservers exactly match the nameservers provided within the Cloudflare Nameservers section of the Cloudflare DNS app.

2. If you identify incorrect information, log in to your domain provider’s portal to make updates or contact your domain provider for assistance.

3. If the nameserver and domain registration data are correct, reach out to your domain provider to confirm if there have been recent DNS propagation issues.


​​ 삭제된 도메인 복구

Cloudflare 대시보드의 상단 탐색 모음 오른쪽에 있는 + 사이트 추가 링크로 삭제된 도메인을 복구하세요.도메인은 새 도메인처럼 추가돼야 합니다.


​​ 관련 자료