diff options
Diffstat (limited to 'i2p.html')
-rw-r--r-- | i2p.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/i2p.html b/i2p.html new file mode 100644 index 0000000..a90ac19 --- /dev/null +++ b/i2p.html @@ -0,0 +1,40 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <link rel="stylesheet" href="styles.css"> + <title>I2p Setup Guide</title> +</head> +<body> +<pre> +┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐ +│ │ │─│ │─ │┬┘ │ │─┤ +┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │ + +┌─┐ ┬─┐ ┐─┐ ┬─┐ +│ │─┤ └─┐ │─┤ +└─┘ ┘ │ ──┘ ┘ │ + + + +<h3>i2pd</h3> + +<h5>Installation</h5> + +<a href="https://i2pd.readthedocs.io/en/latest/user-guide/install/"> Distribution Packages and Building from Source </a> + +Distribution Packages should ideally create a "role user and a group" +as well as provide an `i2pd.service` unit file to use with systemd where available. + +<h5>Configuration</h5> + +navigate to <strong>i2pd/tunnels.conf/</strong> + +Once thene t + + + + +</pre> +</body> +</html>
\ No newline at end of file |