Skip to content

Commit c9dca33

Browse files
committed
readme
1 parent 4e064fb commit c9dca33

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,10 @@ Brook's stance on IPv6 is positive, if your server or local environment doesn't
425425
- `Bypass Apple`: To prevent issues receiving Apple message notifications.
426426
- `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.
427427
- If you are a [Shiliew](https://www.txthinking.com/shiliew.html) user, some modules are enabled by default, which is usually sufficient.
428+
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.
429+
```
430+
curl https://`date +%s`.http3.ooo --http2
431+
```
428432
14. Search [GitHub issues](https://github.com/txthinking/brook/issues?q=is%3Aissue)
429433
15. Read the [blog](https://www.txthinking.com/talks/)
430434
16. Read the [documentation](https://brook.app)

docs/client.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ Brook's stance on IPv6 is positive, if your server or local environment doesn't
265265
- `Bypass Apple`: To prevent issues receiving Apple message notifications.
266266
- `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.
267267
- If you are a [Shiliew](https://www.txthinking.com/shiliew.html) user, some modules are enabled by default, which is usually sufficient.
268+
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.
269+
```
270+
curl https://`date +%s`.http3.ooo --http2
271+
```
268272
14. Search [GitHub issues](https://github.com/txthinking/brook/issues?q=is%3Aissue)
269273
15. Read the [blog](https://www.txthinking.com/talks/)
270274
16. Read the [documentation](https://brook.app)

docs/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,6 +2296,9 @@ <h2 id="troubleshooting-steps">Troubleshooting Steps</h2>
22962296
<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>
22972297
</ul>
22982298
</li>
2299+
<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
2300+
</code></pre>
2301+
</li>
22992302
<li>Search <a href="https://github.com/txthinking/brook/issues?q=is%3Aissue">GitHub issues</a></li>
23002303
<li>Read the <a href="https://www.txthinking.com/talks/">blog</a></li>
23012304
<li>Read the <a href="https://brook.app">documentation</a></li>

ping/ping.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "20240606",
3-
"text": "Zhi - A Truely End-to-End Encrypted Instant Messaging App",
2+
"version": "20250202",
3+
"text": "Zhi - A Zero-Trust End-to-End Encrypted Instant Messaging App",
44
"link": "https://www.txthinking.com/zhi.html",
5-
"text_zh": "纸,一个真正的端到端加密的聊天应用",
5+
"text_zh": "纸,一个零信任端到端加密的聊天应用",
66
"link_zh": "https://www.txthinking.com/zhi.html"
77
}

0 commit comments

Comments
 (0)