Created
November 4, 2020 20:49
-
-
Save luminoso/24822be8a4138c3b771848f1b22b5c1b to your computer and use it in GitHub Desktop.
i2pd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./i2pd --log stdout \ | |
--loglevel info \ | |
--port 20750 \ | |
--host $(curl -s https://api.ipify.org) \ | |
--nat 0 \ | |
--floodfill \ | |
--bandwidth X \ | |
--limits.openfiles 8192 \ | |
--limits.transittunnels 2500 \ | |
--limits.ntcpsoft 192 \ | |
--limits.ntcphard 2048 \ | |
--limits.ntcpthreads 2 \ | |
--httpproxy.enabled 0 \ | |
--socksproxy.enabled 0 \ | |
--sam.enabled 0 \ | |
--bob.enabled 0 \ | |
--i2pcontrol.enabled 0 \ | |
--exploratory.inbound.quantity 4 \ | |
--exploratory.outbound.quantity 4 \ | |
--ipv6 --ntcp2.addressv6 $(curl -s https://api6.ipify.org) --upnp.enabled 1 | |
ulimit -n 8192 && ./i2pd --log stdout \ | |
--loglevel info \ | |
--port 20750 \ | |
--ifname eth0 \ | |
--nat 0 \ | |
--ipv6 \ | |
--floodfill \ | |
--bandwidth X \ | |
--limits.coresize 512000 \ | |
--limits.openfiles 8000 \ | |
--limits.transittunnels 2500 \ | |
--limits.ntcpsoft 192 \ | |
--limits.ntcphard 2048 \ | |
--limits.ntcpthreads 2\ | |
--httpproxy.enabled 0 \ | |
--socksproxy.enabled 0 \ | |
--sam.enabled 0 \ | |
--bob.enabled 0 \ | |
--i2pcontrol.enabled 0 \ | |
--exploratory.inbound.quantity 4 \ | |
--exploratory.outbound.quantity 4 | |
cmake -DCMAKE_BUILD_TYPE=RELEASE -DWITH_LIBRARY=OFF -DWITH_AESNI=ON -DWITH_AVX=ON |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment