docs(readme): remove docs url (#205)

This commit is contained in:
Kevin Yu 2023-07-11 15:59:23 +08:00 committed by GitHub
parent 1cc9edc0c6
commit ac0f7e53b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,8 +32,6 @@ As a successor of [v2rayA](https://github.com/v2rayA/v2rayA), dae abandoned v2ra
Please refer to [Quick Start Guide](./docs/en/README.md) to start using `dae` right away!
Documentation: <https://dae.v2raya.org>
## Notes
1. If you setup dae and also a shadowsocks server (or any UDP servers) on the same machine in public network, such as a VPS, don't forget to add `l4proto(udp) && sport(your server ports) -> must_direct` rule for your UDP server port. Because states of UDP are hard to maintain, all outgoing UDP packets will potentially be proxied (depends on your routing), including traffic to your client. This behaviour is not what we want to see. `must_direct` makes all traffic from this port including DNS traffic direct.