summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-09-17 17:46:42 +0200
committerGitHub <noreply@github.com>2025-09-17 17:46:42 +0200
commitf1955d3f8eaf8f44fcf32ca2dea92e7179af4256 (patch)
tree9a3c715f512b3371dbfd201b0136c7ae23b23067
parenta54dfc51e37353a7f12bc23f7288b8caed37f9b2 (diff)
downloadyamnweb-f1955d3f8eaf8f44fcf32ca2dea92e7179af4256.tar.gz
yamnweb-f1955d3f8eaf8f44fcf32ca2dea92e7179af4256.tar.xz
yamnweb-f1955d3f8eaf8f44fcf32ca2dea92e7179af4256.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 fa86e0f..fc2221b 100644
--- a/download_remailers.php
+++ b/download_remailers.php
@@ -1,6 +1,6 @@
<?php
function downloadRemailers() {
- $url = 'https://www.haph.org/yamn/mlist2.txt';
+ $url = 'https://echolot.virebent.art/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));