User Tools

Site Tools


pages:scripts:build_url_table_anydesk

build_URL_Table_AnyDesk

#!/bin/bash

# Variables
ANYDESKRELAYHOSTSFILE="filename.txt";
WEBDIR="/var/www/domain.de/directory/directory";

# Here the magic happens
dig +noall +answer relays.net.anydesk.com | awk '{print $5}' > $WEBDIR/$ANYDESKRELAYHOSTSFILE;
exit 0;

# Build AnyDesk IP-list
01,11,21,31,41,51 * * * * root /root/scripts/build_URL-Tables_for_pfSense/build_URL-Table-AnyDesk

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
pages/scripts/build_url_table_anydesk.txt · Last modified: 2022/12/31 00:46 by Heiko Mischer