Yggdrasil

Did you know that Yggdrasil is an IPv6 overlay network that does also support I2P+TOR ?

After installing yggdrasil add public peers via socks ( I2P/TOR ) as stated in the snippet and restart yggdrasil.

Give it a try and have a look at the current network state Yggdrasil IPv6 Network map

Cheers.

/etc/yggdrasil.conf
{
  # List of connection strings for outbound peer connections in URI format,
  # e.g. tcp://a.b.c.d:e or socks://a.b.c.d:e/f.g.h.i:j. These connections
  # will obey the operating system routing table, therefore you should
  # use this section when you may connect via different interfaces.
  Peers:
  [
#Clearnet peers
    socks://192.168.64.3:9050/109.87.25.148:222
    socks://192.168.64.3:9050/51.75.65.46:65352
    socks://192.168.64.3:9050/54.38.157.232:39593
    socks://192.168.64.3:9050/82.165.69.111:61216
    socks://192.168.64.3:9050/5.9.112.248:39444
    socks://192.168.64.3:9050/195.201.93.98:17177
    socks://192.168.64.3:9050/195.123.245.146:7743
    socks://192.168.64.3:9050/217.195.164.4:10000
    socks://192.168.64.3:9050/37.205.14.171:46370
    socks://192.168.64.3:9050/37.187.124.224:12345
    socks://192.168.64.3:9050/51.15.204.214:12345
    socks://192.168.64.3:9050/51.255.223.60:64982
    socks://192.168.64.3:9050/46.105.92.61:62506
    socks://192.168.64.3:9050/195.169.146.32:55060
    socks://192.168.64.3:9050/85.17.15.221:35239
    socks://192.168.64.3:9050/146.185.176.36:12345
    socks://192.168.64.3:9050/ams1.y.sota.sh:8080
    socks://192.168.64.3:9050/yggdrasil.molecul.net:7499
    socks://192.168.64.3:9050/213.227.154.108:5001
    socks://192.168.64.3:9050/54.37.137.221:37145
    socks://192.168.64.3:9050/51.75.44.73:50001
    socks://192.168.64.3:9050/n2o.ddns.net:22632
    socks://192.168.64.3:9050/176.223.130.120:22632
    socks://192.168.64.3:9050/77.56.134.244:34962
    socks://192.168.64.3:9050/140.238.168.104:17117
#TOR peers
    socks://192.168.64.3:9050/ruoqfb5l2n55x62gu4qsooqm6yamnkjnbqmr6xbxppkxbccgyvioc3ad.onion:5050
    socks://192.168.64.3:9050/yggnekkmyitzepgl5ltdl277y5wdg36n4pc45sualo3yesm3usnuwyad.onion:1863
    socks://192.168.64.3:9050/x7dqdmjb7y5ykj4kgirwzj62wrrd3t5dv57oy7oyidnf7cpthd4k7ryd.onion:5222
    socks://192.168.64.3:9050/nxuwjikhsirri2rbrdlphstsn3jr2qzjrsylwkt65rh2miycr5n24tid.onion:706
    socks://192.168.64.3:9050/fllrj72kxnenalmmi3uz22ljqnmuex4h2jlhwnapxlzrnn7lknadxuqd.onion:706
#I2P peers
    socks://192.168.64.4:4447/7mx6ztmimo5nrnmydjjtkr6maupknr3zlyr33umly22pqnivyxcq.b32.i2p:46944
    socks://192.168.64.4:4447/gqt6l2wox5jndysfllrgdr6mp473t24mdi7f3iz6lugpzv3z67wq.b32.i2p:63412
    socks://192.168.64.4:4447/i6lbsjw7kh4gqmbylcsjtfh3juj3dbbk24bwzrpgvtalhs7xagoa.b32.i2p:2721
    socks://192.168.64.4:4447/2ddoxwucodjfy6u34v3toxm2a463nzd3f523hhfzc3y5de7twj6a.b32.i2p:2281
    socks://192.168.64.4:4447/wm76ayq3vvvefd723232f2obnzs4utjk3ztj5jvd64pw3ntlhhhq.b32.i2p:5050
  ]