Files
i2p-docker-proxy/README.md

17 lines
785 B
Markdown
Raw Normal View History

2019-07-20 10:11:48 +00:00
# i2p-docker-proxy
2019-08-02 17:44:56 +00:00
An attempt at making an image that forces any software you put in it to pass through I2P.
2020-12-04 00:26:47 +01:00
This is still a work in progress and a repository to explore the possibilities available.
You can read more about it in the [docs]
2019-07-20 10:45:21 +00:00
# Possibilities
2019-07-20 10:46:47 +00:00
- [iptables - Transparent proxying a single docker container to another docker container][two-containers]
- [LD_PRELOAD][LD_PRELOAD] with tunnel creation and proxying
2019-07-20 10:46:47 +00:00
2020-12-04 00:26:47 +01:00
[docs]: https://namingthingsishard.gitlab.io/privacy/i2p-docker-proxy
[two-containers]: https://serverfault.com/questions/662297/transparent-proxying-a-single-docker-container-to-another-docker-container
[LD_PRELOAD]: https://rafalcieslak.wordpress.com/2013/04/02/dynamic-linker-tricks-using-ld_preload-to-cheat-inject-features-and-investigate-programs/