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