From 73bb9823fdb61efca6fa0486f72c762460b694c1 Mon Sep 17 00:00:00 2001 From: PandaCoderPL Date: Fri, 19 Nov 2021 00:08:12 +0000 Subject: [PATCH] Add I2PD config Signed-off-by: PandaCoderPL --- CHANGELOG.md | 4 ++++ README.md | 1 + VERSION | 2 +- home/.bashrc | 1 + home/.i2pd/i2pd.conf | 10 ++++++++++ 5 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 home/.i2pd/i2pd.conf diff --git a/CHANGELOG.md b/CHANGELOG.md index f3392c7..46d0482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.0] - 2021-11-19 +### Added +- [I2PD Config](home/.i2pd/i2pd.conf) + ## [1.6.2] - 2021-11-17 ### Added - Code to include secret config in [Tor Config](usr/etc/tor/torrc) diff --git a/README.md b/README.md index 20f5be2..9ad2a91 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Repository with my dotfiles. * [Bash](http://www.gnu.org/software/bash/) - [ .bashrc](home/.bashrc) * [Git](https://git-scm.com/) - [config](home/.config/git/config) +* [I2PD](https://i2pd.website/) - [i2pd.conf](home/.i2pd/i2pd.conf) * [SSH](https://www.openssh.com/) - [config](home/.ssh/config) * [Termux](https://termux.com/) - [termux.properties](home/.termux/termux.properties) * [Tmux](https://github.com/tmux/tmux) - [.tmux.conf](home/.tmux.conf) diff --git a/VERSION b/VERSION index fdd3be6..bd8bf88 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.2 +1.7.0 diff --git a/home/.bashrc b/home/.bashrc index e2f156c..f62030c 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -12,6 +12,7 @@ fi # Config alias bashconfig='vim ${HOME}/.bashrc' alias gitconfig='git config --global --edit' +alias i2pdconfig='vim ${HOME}/.i2pd/i2pd.conf' alias sshconfig='vim ${HOME}/.ssh/config' alias termuxconfig='vim ${HOME}/.termux/termux.properties' alias tmuxconfig='vim ${HOME}/.tmux.conf' diff --git a/home/.i2pd/i2pd.conf b/home/.i2pd/i2pd.conf new file mode 100644 index 0000000..46d4a04 --- /dev/null +++ b/home/.i2pd/i2pd.conf @@ -0,0 +1,10 @@ +daemon = false +ipv4 = true +ipv6 = true +share = 100 +[http] +enabled = false +[httpproxy] +port = 4444 +[socksproxy] +port = 4447