Open numfin opened 3 months ago
I really can't tell from the documentation either. Do we run the reflect and refract?
For instance, I have a zerotierone client on a router that's using t-mobile business 5g - which means, no UDP.
Peers tells me it relaying via TCP to other nodes on my network. At least, I am pretty sure that's what it's telling me - I see leaf relay entries, and planet direct entries.
Thus, I spun up a docker instance on linode to try and get everything going through my own pylon. Followed the directions and got it setup, I think?
If I do a netzero-cli info -j, I see my node's information, and config.settings allowTcpFallbackRelay is true, forceTcpRelay is true, and tcpFallbackRelay is the IP of my linode on port 443.
so... now what? How do I secure my linode box so only my network reflects off of it?
Is the point to start both reflect, and refract, so tcp traffic from my client via t-mobile hits the reflect, which connects to the refract, the pipes the data onto my network?
I get that it's a socks5 proxy, but how to implement is vague. I'm going to dig around and see if there are forum posts or something that describe this.
Sorry for writing here, since I don't see GitHub “discussions” page.
Currently, it's unclear on how to use pylon. From what I understood, it helps to access other zerotier devices without installing zerotier client.
But i didn't figure out how to do it:
refract <ZT_NETWORK_ID> --listen-addr 0.0.0.0 --listen-port 1080
with generated via (zerotier-idtool) env ZT_PYLON_SECRET_KEY on host networkAnd nothing else.
Am i doing something wrong?