Skip to content

Commit 6e7a3e6

Browse files
committed
v20230606
1 parent e4075ca commit 6e7a3e6

File tree

13 files changed

+542
-552
lines changed

13 files changed

+542
-552
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

README.md

Lines changed: 114 additions & 130 deletions
Large diffs are not rendered by default.

cli/brook/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ func main() {
5959
df := func() {}
6060
app := cli.NewApp()
6161
app.Name = "Brook"
62-
app.Version = "20230601"
63-
app.Usage = "A cross-platform network tool"
62+
app.Version = "20230606"
63+
app.Usage = "A cross-platform programmable network tool"
6464
app.Authors = []*cli.Author{
6565
{
6666
Name: "Cloud",
@@ -2375,7 +2375,7 @@ func main() {
23752375
Name: "doh",
23762376
Aliases: []string{"s"},
23772377
Usage: "DOH server, the address is required",
2378-
Value: "https://dns.google/dns-query?address=8.8.8.8%3A443",
2378+
Value: "https://dns.quad9.net/dns-query?address=9.9.9.9%3A443",
23792379
},
23802380
&cli.StringFlag{
23812381
Name: "domain",

cli/brook/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
</div>
446446
</main>
447447
<footer style="display:flex;justify-content:space-around;">
448-
<a href="https://www.txthinking.com">Brook v20230601. A project by txthinking.com</a>
448+
<a href="https://www.txthinking.com">Brook v20230606. A project by txthinking.com</a>
449449
</footer>
450450
</body>
451451
</html>

docs/build.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
echo '# Brook' > ../readme.md
44
echo '<!--SIDEBAR-->' >> ../readme.md
55
echo '<!--G-R3M673HK5V-->' >> ../readme.md
6-
echo 'A cross-platform network tool. 一个跨平台网络工具' >> ../readme.md
6+
echo 'A cross-platform programmable network tool. 一个跨平台可编程网络工具' >> ../readme.md
77

88
cat getting-started.md >> ../readme.md
99

@@ -12,8 +12,6 @@ cat daemon.md >> ../readme.md
1212
cat auto-start.md >> ../readme.md
1313
cat one-click-script.md >> ../readme.md
1414

15-
cat install-gui.md >> ../readme.md
16-
1715
echo '# CLI Documentation 命令行文档' >> ../readme.md
1816
cd ../cli/brook
1917
go build
@@ -33,12 +31,16 @@ echo 'https://www.youtube.com/txthinking' >> ../readme.md
3331
echo '# Telegram' >> ../readme.md
3432
echo 'https://t.me/s/txthinking_news' >> ../readme.md
3533
echo '# Pastebin' >> ../readme.md
36-
echo 'https://ooo.soso.ooo' >> ../readme.md
34+
echo 'https://paste.brook.app' >> ../readme.md
35+
echo '# 独立脚本例子 | Standalone Script Example' >> ../readme.md
36+
echo 'https://github.com/txthinking/bypass' >> ../readme.md
37+
echo '# 脚本生成器 | Brook Script Builder' >> ../readme.md
38+
echo 'https://modules.brook.app' >> ../readme.md
3739

3840
markdown ../readme.md ./index.html
3941

4042
echo '# Brook' > _.md
41-
echo 'A cross-platform network tool. 一个跨平台网络工具' >> _.md
43+
echo 'A cross-platform programmable network tool. 一个跨平台可编程网络工具' >> _.md
4244
mdtoc ../readme.md >> _.md
4345
cat ../readme.md >> _.md
4446
mv _.md ../readme.md

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ brook server -l :9999 -p hello
1616

1717
## GUI Client
1818

19-
| iOS / M1 Mac | Android | Intel Mac |Windows |Linux |OpenWrt |
19+
| iOS | Android | Mac |Windows |Linux |OpenWrt |
2020
| --- | --- | --- | --- | --- | --- |
21-
| [![](https://brook.app/images/appstore.png)](https://apps.apple.com/us/app/brook-a-cross-platform-proxy/id1216002642) | [![](https://brook.app/images/android.png)](https://github.com/txthinking/brook/releases/latest/download/Brook.apk) | [![](https://brook.app/images/mac.png)](https://github.com/txthinking/brook/releases/latest/download/Brook.dmg) | [![Windows](https://brook.app/images/windows.png)](https://github.com/txthinking/brook/releases/latest/download/Brook.exe) | [![](https://brook.app/images/linux.png)](https://github.com/txthinking/brook/releases/latest/download/Brook.bin) | [![OpenWrt](https://brook.app/images/openwrt.png)](https://github.com/txthinking/brook/releases) |
21+
| [![](https://brook.app/images/appstore.png)](https://apps.apple.com/us/app/brook-network-tool/id1216002642) | [![](https://brook.app/images/android.png)](https://github.com/txthinking/brook/releases/latest/download/Brook.apk) | [![](https://brook.app/images/mac.png)](https://apps.apple.com/us/app/brook-network-tool/id1216002642) | [![Windows](https://brook.app/images/windows.png)](https://github.com/txthinking/brook/releases/latest/download/Brook.exe) | [![](https://brook.app/images/linux.png)](https://github.com/txthinking/brook/releases/latest/download/Brook.bin) | [![OpenWrt](https://brook.app/images/openwrt.png)](https://github.com/txthinking/brook/releases) |
2222

2323
> Linux: [Socks5 Configurator](https://chrome.google.com/webstore/detail/hnpgnjkeaobghpjjhaiemlahikgmnghb)<br/>
2424
> OpenWrt: After installation, you need to refresh the page to see the menu

0 commit comments

Comments
 (0)