Duck DNS - install

linux cron if your linux install is running a crontab, then you can use a cron job to keep updated we can see this with ps -ef | grep cr[o]n if this returns nothing - then go and read up how to install cron for your distribution of linux. also confirm that

www.duckdns.org

 

✅ 1단계: 기존 구성 삭제 및 패키지 설치

rm -f /etc/config/ddns
opkg update opkg install ddns-scripts

✅ 2단계: 설정 파일 생성

nano /etc/config/ddns

✅ 3단계: 서비스 등록 및 시작

/etc/init.d/ddns enable
/etc/init.d/ddns restart

'🛠️ Infra - 구축 > 홈랩 · 인프라' 카테고리의 다른 글

기업 네트워크 계층 구조 정리  (0) 2026.02.21
[OpenWrt] WireGuard 설정  (0) 2025.06.02

+ Recent posts