You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get peers you can use user the seer service Node. I suggest shuffling, the picking up top N.
What I would do is look at the address of the request, if it came from a public IP, we only return public IPs.
The text was updated successfully, but these errors were encountered:
tau implements a protocol called seer, which listen on DNS, so resolution for thing like .tau. are done dynamically.
examples:
and
It is handled here https://github.com/taubyte/tau/blob/main/protocols/seer/dns.go#L195
What needs to be done, is add a case for
peers
sowill return a few peers we can use to bootstrap.
To get peers you can use user the seer service Node. I suggest shuffling, the picking up top N.
What I would do is look at the address of the request, if it came from a public IP, we only return public IPs.
The text was updated successfully, but these errors were encountered: