Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.16 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.16 KB

Yamn Web Interface

This repository contains a web interface for crooks/yamn, a user-friendly web application designed to facilitate the sending of anonymous emails through a chain of remailers using the yamn network.
The interface is built using HTML5, CSS3, and PHP.

Instructions

Make this repository as your http daemon document's root

/var/www/yamnweb
(renaming yamn-web, yamnweb) ;).
Create a subdirectory pool/ in /var/www/yamnweb.

Clone down crooks yamn client
git clone https://github.com/crooks/yamn /opt/yamn-master 

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's 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 ip accesses via module or by commenting out the access logs entirely.