Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- CloudFormation
- 자바스크립트
- Proxy Resource
- optional chaining
- AWS
- Kubernetes
- Await
- 옵셔널 체이닝
- 단축 평가
- DynamoDB
- VPC
- grafana
- Service
- cognito
- 구조분해 할당
- null 병합 연산자
- prometheus
- 온프레미스
- docker swarm
- Custom Resource
- Site-to-Site VPN
- Endpoints
- transit gateway
- docker
- elasticsearch
- 비구조화 할당
- On-Premise
- api gateway
- vgw
- JavaScript
Archives
- Today
- Total
만자의 개발일지
[Linux] DNS서버 설정 파일 본문
/etc/hosts
# vi /etc/hosts
hosts 파일은 도메인에 대한 IP주소값이 적혀있는 파일입니다. 클라이언트로부터 자신의 DNS서버로 도메인 주소에 대한 IP를 달라는 요청이 들어오면 서버는 먼저 /etc/hosts 파일에서 찾게됩니다.
/etc/resolv.conf
# cat /etc/resolve.conf
resolv.conf 파일은 사용하고자 하는 네임서버를 지정하는 파일이다.
'Linux' 카테고리의 다른 글
[Linux] 파일 압축 및 압축 해제(tar, gzip) (0) | 2021.11.12 |
---|---|
[Linux] rsync 설치 및 사용 방법 (0) | 2021.11.08 |
[Linux] 웹 서버 로그 확인하는 법 (0) | 2021.11.08 |
[Linux] DirectoryIndex (0) | 2021.11.05 |
[Linux] DocumentRoot (0) | 2021.11.05 |
Comments