목차
메모장 관리자 권한으로 실행
윈도우10 hosts 파일 수정
hosts 파일 원본 소스
localhost (로컬호스트) 속도 개선
메모장 관리자 권한으로 실행
[방법1]
좌측 하단 윈도우 로고 클릭
> Windows 보조프로그램 클릭
> 메모장 선택 후 마우스오른쪽 클릭 후 자세히 클릭
> 관리자 권한으로 실행 클릭
[방법2]
좌측 하단 돋보기 클릭 > 메모장 입력 후 검색
> 메모장 선택 후 마우스오른쪽 클릭 > 관리자 권한으로 실행 클릭
윈도우10 hosts 파일 수정
메모장 상단 메뉴에서 파일(F) 클릭 > 열기(O) 클릭 > 상단 경로 입력창에 아래 주소 입력
C:\Windows\System32\drivers\etc
> 우측 하단 텍스트 문서(*.txt) 클릭해 모든 파일(*.*) 선택
> 나타난 파일 리스트에서 hosts 파일 선택 > 수정 후 저장
hosts 파일 원본 소스
# Copyright (c) 1993-2009 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
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
관련글: 다음 팟플레이어 광고 제거 https://homzzang.com/b/free-4814
localhost (로컬호스트) 속도 개선
위 핑크색 라인 부분의 주석을 아래처럼 해제.
127.0.0.1 localhost
PS1. 아이피와 호스트명을 hosts 파일에 기록해두면 접속 속도 빨라짐.
PS2. 파밍(Pharming: hosts 파일 변조해 위조한 사이트로 접속 유도해 개인정보 빼가는 행위)에 악용될 수도 있으니 hosts 파일 변조 여부 꼭 확인 !!
주소 복사
랜덤 이동