matey@lemmy.dbzer0.com to The Invisible Internet Project@lemmy.worldEnglish · 2 months agoi2p gateway in opnsense?message-squaremessage-square3fedilinkarrow-up110arrow-down11file-text
arrow-up19arrow-down1message-squarei2p gateway in opnsense?matey@lemmy.dbzer0.com to The Invisible Internet Project@lemmy.worldEnglish · 2 months agomessage-square3fedilinkfile-text
minus-squareun_axlinkfedilinkEnglisharrow-up3·edit-22 months agoYou could use WPAD on your network to point all clients to an i2p proxy. I’m not sure sure if it’s secure or private to be able to access both at once though. function FindProxyForURL(url, host) { if (shExpMatch(host, "*.i2p")) { return "SOCKS5 [proxy ip]:4447"; } return "DIRECT"; }
minus-squarematey@lemmy.dbzer0.comOPlinkfedilinkEnglisharrow-up1·2 months agoThis is interesting. Would clients need to set up a proxy to use that?
You could use WPAD on your network to point all clients to an i2p proxy. I’m not sure sure if it’s secure or private to be able to access both at once though.
function FindProxyForURL(url, host) { if (shExpMatch(host, "*.i2p")) { return "SOCKS5 [proxy ip]:4447"; } return "DIRECT"; }
This is interesting. Would clients need to set up a proxy to use that?