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 |
Tags
- CloudFormation
- On-Premise
- api gateway
- VPC
- grafana
- Endpoints
- null 병합 연산자
- 비구조화 할당
- docker swarm
- Kubernetes
- Service
- Custom Resource
- elasticsearch
- Await
- vgw
- 옵셔널 체이닝
- transit gateway
- JavaScript
- prometheus
- cognito
- AWS
- 자바스크립트
- optional chaining
- Site-to-Site VPN
- DynamoDB
- Proxy Resource
- 구조분해 할당
- 온프레미스
- 단축 평가
- docker
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