From 2fc20ef28d32bd8de7be2e2095519a24272b51bd Mon Sep 17 00:00:00 2001 From: punk Date: Fri, 23 Apr 2021 20:37:35 +0100 Subject: several fix's --- linux/network.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'linux/network.html') diff --git a/linux/network.html b/linux/network.html index a0e542e..8c624ab 100644 --- a/linux/network.html +++ b/linux/network.html @@ -463,6 +463,26 @@ nmcli> save persistent +

Domain

+ +

To configure a sub-domain from + afraid.org, + generate cron job + to update ip every 5 minutes, check + about dynamic interface. + To run as system cron job add as root and remove + path line from example;

+ +
+        # crontab -e
+        
+ +

Replace KEY and domain_name with correct one;

+ +
+        4,9,14,19,24,29,34,39,44,49,54,59 * * * * sleep 22 ; wget --no-check-certificate -O - https://freedns.afraid.org/dynamic/update.php?[KEY]= >> /var/log/freedns_domain_name.log 2>&1 &
+        
+ GNU/Linux Index

-- cgit 1.4.1-2-gfad0