bitcoind: one-option i2p support

This commit is contained in:
nixbitcoin
2021-10-10 13:14:38 +00:00
parent 06a971dfa9
commit 63836127c9
2 changed files with 23 additions and 1 deletions

View File

@@ -110,7 +110,11 @@ in {
port = 9050;
IsolateDestAddr = true;
};
networking.firewall.interfaces.nb-br.allowedTCPPorts = [ config.services.tor.client.socksListenAddress.port ];
services.i2pd.proto.sam.address = bridgeIp;
networking.firewall.interfaces.nb-br.allowedTCPPorts = [
config.services.tor.client.socksListenAddress.port
config.services.i2pd.proto.sam.port
];
boot.kernel.sysctl."net.ipv4.ip_forward" = true;
security.wrappers.netns-exec = {