summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-05-21 15:20:29 +0200
committerGitHub <noreply@github.com>2025-05-21 15:20:29 +0200
commita54dfc51e37353a7f12bc23f7288b8caed37f9b2 (patch)
tree1acd50ffc8e5f1f9bd1c401c69805d7bc5c4779d
parentf12e4f96c8f64cb4f079ec77bf656e7282a210a4 (diff)
downloadyamnweb-a54dfc51e37353a7f12bc23f7288b8caed37f9b2.tar.gz
yamnweb-a54dfc51e37353a7f12bc23f7288b8caed37f9b2.tar.xz
yamnweb-a54dfc51e37353a7f12bc23f7288b8caed37f9b2.zip
Update download_remailers.php
-rw-r--r--download_remailers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/download_remailers.php b/download_remailers.php
index c544dfd..fa86e0f 100644
--- a/download_remailers.php
+++ b/download_remailers.php
@@ -1,6 +1,6 @@
<?php
function downloadRemailers() {
- $url = 'https://www.mixmin.net/yamn/mlist2.txt';
+ $url = 'https://www.haph.org/yamn/mlist2.txt';
$file = '/var/www/yamnweb/remailers.txt';
if (!file_exists($file) || (time() - filemtime($file) > 86400)) { // Scarica solo se il file non esiste o è più vecchio di 24 ore
file_put_contents($file, file_get_contents($url));