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