Skip to content

Commit 025fff0

Browse files
committed
v0.1 + sing-box-1.13.3
1 parent 77428a5 commit 025fff0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

naivegui/vps-cron/duckdns-update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
# УКАЖИ СВОЙ ДОМЕН (без duckdns.org) и ТОКЕН
3+
# УКАЖИ ТВОЙ СУБДОМЕН (т.е. без duckdns.org) и ТОКЕН
44

55
/usr/bin/curl -s "https://www.duckdns.org/update?domains=ТВОЙ_ДОМЕН&token=ТВОЙ_ТОКЕН&ip="

naivegui/vps-cron/readme

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Скрипт для передёргивания DuckDNS чтобы бесплатный домен не отвалился через месяц
22

3+
cp ./duckdns-update /etc/cron.daily/duckdns-update
4+
35
chown root:root /etc/cron.daily/duckdns-update
46
chmod 755 /etc/cron.daily/duckdns-update
57

0 commit comments

Comments
 (0)