summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2024-12-31 04:18:53 +0100
committerGitHub <noreply@github.com>2024-12-31 04:18:53 +0100
commit09eb8a277c640d0d3fea82bab20e1277a4d65f8f (patch)
treec47061855a3760b437e32fecf18633a95e7b4f38
parentbaefe68ace7d05c24e545902f160c1fbf9b7a6b2 (diff)
downloadyamnweb-09eb8a277c640d0d3fea82bab20e1277a4d65f8f.tar.gz
yamnweb-09eb8a277c640d0d3fea82bab20e1277a4d65f8f.tar.xz
yamnweb-09eb8a277c640d0d3fea82bab20e1277a4d65f8f.zip
Update README.md
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index b0e2a48..7919e45 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,14 @@
-# yamn-web
-yamn yet another mix network web interface in php
+Yamn Web Interface
+This repository contains the Yamn Web Interface, a user-friendly web application designed to facilitate the sending of anonymous emails through a chain of remailers using the Yamn remailer software.
+The interface is built using HTML5, CSS3, and PHP, and it ensures secure and anonymous email transmission.
+
+Make this repository as the apache document's root /var/www/yamnweb.
+Create a subdirectory pool/ in /var/www/yamnweb.
+git clone https://github.com/crooks/yamn
+Build and ensure the GO Yamn executable path is located at /opt/yamn-master/yamn.
+Update the configuration file /opt/yamn-master/yamn.yml with the appropriate settings for your environment.
+
+it is recommended
+Configure your http daemon with TLSv1.3 and the following SSL cipher suite: TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384.
+Make sure your http daemon does not collect login ip's via module or by commenting access logs.
+As tor hidden http service.