summaryrefslogtreecommitdiffstats
path: root/download_remailers.php
diff options
context:
space:
mode:
Diffstat (limited to '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));