matey@lemmy.dbzer0.com to The Invisible Internet Project@lemmy.worldEnglish · 14 days 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 · 14 days agomessage-square3fedilinkfile-text
minus-squareun_ax@lemmy.sdf.orglinkfedilinkEnglisharrow-up3·edit-214 days 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·14 days 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?