matey@lemmy.dbzer0.com to The Invisible Internet Project@lemmy.worldEnglish · 1 year agoi2p gateway in opnsense?message-squaremessage-square3fedilinkarrow-up112arrow-down11file-text
arrow-up111arrow-down1message-squarei2p gateway in opnsense?matey@lemmy.dbzer0.com to The Invisible Internet Project@lemmy.worldEnglish · 1 year agomessage-square3fedilinkfile-text
minus-squareun_ax@lemmy.sdf.orglinkfedilinkEnglisharrow-up3·edit-21 year 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·1 year 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?