Skip to content

Instantly share code, notes, and snippets.

@master-hax
Created January 20, 2022 08:11
create a netsh proxy in Windows to allow IPFS companion to load content on HTTPS websites from a LAN IPFS node
netsh interface portproxy add v4tov4 listenport=8080 listenaddress=127.0.0.1 connectport=8080 connectaddress=<ip addr of LAN IPFS node>
netsh interface portproxy delete v4tov4 listenport=8080 listenaddress=127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment