도메인이 업데이트 되는 사이 사이트를 확인하고 싶을 경우
C:\WINDOWS\system32\drivers\etc\hosts
해당파일을 메모장등의 편집기를 이용하여서 편집한다.
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
201.124.107.*** ngio.co.kr
201.124.107.*** www.ngio.co.kr
이것처럼 해당 사이트 도메인과 아이피를 입력해주면
새로 셋팅된 서버 IP로 바로 접근해서 사이트를 볼수 있다.
그리고, 확인이 끝나면
해당 설정 앞에 # 으로 주석처리하면 되시겠다.
ex) #201.124.107.*** ngio.co.kr
#201.124.107.*** www.ngio.co.kr
Posted by 홍반장