배포
DNS & Public Hostname
Public IP와 사용자용 DNS hostname의 차이, NAT, HTTPS certificate 동작을 설명합니다.
마지막 수정일 2026년 9월 7일
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Public IP와 사용자용 DNS hostname의 차이, NAT, HTTPS certificate 동작을 설명합니다.
Public IP = 인프라/컨트롤 기준점
Public Hostname = 게시 서비스 접속에 쓰는 선택적 별칭
Public IP 203.0.113.10
Public Hostname fw.example.com
SSH port 6000
HTTPS port 6005
ssh -p 6000 user@203.0.113.10
ssh -p 6000 user@fw.example.com
https://fw.example.com:6005
sudo frpctl set server hostname fw.example.com
sudo frpctl unset server hostname