Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
txthinking committed Jan 23, 2025
1 parent 4e064fb commit c9dca33
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,10 @@ Brook's stance on IPv6 is positive, if your server or local environment doesn't
- `Bypass Apple`: To prevent issues receiving Apple message notifications.
- `Bypass China domain` or `Bypass China domain A`: The former uses `Bypass DNS` to obtain the IP, then `Bypass Geo` or other modules decide whether to bypass; the latter bypasses directly after obtaining the IP with `Bypass DNS` using A records. The latter is needed if your local does not support IPv6.
- If you are a [Shiliew](https://www.txthinking.com/shiliew.html) user, some modules are enabled by default, which is usually sufficient.
14. If Fake DNS works properly, this should return an IP from server DNS Server IP pool. Otherwise, your application(such as browser) may has its own DNS setting instead of use system DNS.
```
curl https://`date +%s`.http3.ooo --http2
```
14. Search [GitHub issues](https://github.com/txthinking/brook/issues?q=is%3Aissue)
15. Read the [blog](https://www.txthinking.com/talks/)
16. Read the [documentation](https://brook.app)
Expand Down
4 changes: 4 additions & 0 deletions docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ Brook's stance on IPv6 is positive, if your server or local environment doesn't
- `Bypass Apple`: To prevent issues receiving Apple message notifications.
- `Bypass China domain` or `Bypass China domain A`: The former uses `Bypass DNS` to obtain the IP, then `Bypass Geo` or other modules decide whether to bypass; the latter bypasses directly after obtaining the IP with `Bypass DNS` using A records. The latter is needed if your local does not support IPv6.
- If you are a [Shiliew](https://www.txthinking.com/shiliew.html) user, some modules are enabled by default, which is usually sufficient.
14. If Fake DNS works properly, this should return an IP from server DNS Server IP pool. Otherwise, your application(such as browser) may has its own DNS setting instead of use system DNS.
```
curl https://`date +%s`.http3.ooo --http2
```
14. Search [GitHub issues](https://github.com/txthinking/brook/issues?q=is%3Aissue)
15. Read the [blog](https://www.txthinking.com/talks/)
16. Read the [documentation](https://brook.app)
Expand Down
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2296,6 +2296,9 @@ <h2 id="troubleshooting-steps">Troubleshooting Steps</h2>
<li>If you are a <a href="https://www.txthinking.com/shiliew.html">Shiliew</a> user, some modules are enabled by default, which is usually sufficient.</li>
</ul>
</li>
<li>If Fake DNS works properly, this should return an IP from server DNS Server IP pool. Otherwise, your application(such as browser) may has its own DNS setting instead of use system DNS.<pre><code>curl https://`date +%s`.http3.ooo --http2
</code></pre>
</li>
<li>Search <a href="https://github.com/txthinking/brook/issues?q=is%3Aissue">GitHub issues</a></li>
<li>Read the <a href="https://www.txthinking.com/talks/">blog</a></li>
<li>Read the <a href="https://brook.app">documentation</a></li>
Expand Down
6 changes: 3 additions & 3 deletions ping/ping.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "20240606",
"text": "Zhi - A Truely End-to-End Encrypted Instant Messaging App",
"version": "20250202",
"text": "Zhi - A Zero-Trust End-to-End Encrypted Instant Messaging App",
"link": "https://www.txthinking.com/zhi.html",
"text_zh": "纸,一个真正的端到端加密的聊天应用",
"text_zh": "纸,一个零信任端到端加密的聊天应用",
"link_zh": "https://www.txthinking.com/zhi.html"
}

0 comments on commit c9dca33

Please # to comment.