ndekross / vercel-ddns

Vercel Dynamic DNS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vercel Dynamic DNS

Script for exposing local server with Vercel DNS. It runs every 15 minutes, checking current IP address and updates DNS records for your domain.

Installation

  1. Download
  2. Move dns.config.example into dns.config
  3. Edit config
  4. Open cron settings crontab -e
  5. Add this line */15 * * * * /home/username/vercel-ddns/dns-sync.sh

About

Vercel Dynamic DNS


Languages

Language:Shell 100.0%