Skip to content

Commit

Permalink
Update out-of-scope.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fernvenue authored and rapiz1 committed Aug 30, 2022
1 parent 2e9e737 commit 881701d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/out-of-scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ But that doesn't mean it's not useful for other purposes. In the future, more co
- *`frp`'s STCP or other setup that requires visitors' side configuration*

If that kind of setup is possible, then there are a lot more tools available. You may want to consider secure tunnels like wireguard or zerotier. `rathole` primarily focuses on NAT traversal by forwarding, which doesn't require any setup for visitors.

- *Caching `local_ip`'s DNS records*

As responded in [issue #183](https://github.com/rapiz1/rathole/issues/183), `local_ip` cache is not feasible because we have no reliable way to detect ip change. Handle DNS TTL and so on should be done with a DNS server, not a client. Caching ip is generally dangerous for clients. If you care about the `local_ip` query you can set up a local DNS server and enable caching. Then the local lookup should be trivial.

0 comments on commit 881701d

Please sign in to comment.