diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2024-12-31 04:34:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-31 04:34:52 +0100 |
| commit | e2ac7803dd67afc2a4fb15488f4d1100bf8dd889 (patch) | |
| tree | 036a6dd416b1ac9e4192e837ce96c3babec50f25 | |
| parent | f337c5701bc96e928767762bd939591c3c8ab10d (diff) | |
| download | yamnweb-e2ac7803dd67afc2a4fb15488f4d1100bf8dd889.tar.gz yamnweb-e2ac7803dd67afc2a4fb15488f4d1100bf8dd889.tar.xz yamnweb-e2ac7803dd67afc2a4fb15488f4d1100bf8dd889.zip | |
Update README.md
| -rw-r--r-- | README.md | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -1,14 +1,14 @@ -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. +<b>Yamn Web Interface</b><br> +<p>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.</p> -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. +<p>Make this repository as the apache document's root /var/www/yamnweb. +Create a subdirectory pool/ in /var/www/yamnweb.</p> +<p>git clone https://github.com/crooks/yamn /opt/yamn-master </p> +<p>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.</p> -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. +<b>it is recommended</b><br> +<p>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.</p> +<p>Make sure your http daemon does not collect login ip's via module or by commenting access logs. +Deploy it as tor hidden http service.</p> |
