Skip to content

Commit

Permalink
v20230606
Browse files Browse the repository at this point in the history
  • Loading branch information
txthinking committed May 28, 2023
1 parent e4075ca commit 6e7a3e6
Show file tree
Hide file tree
Showing 13 changed files with 542 additions and 552 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

244 changes: 114 additions & 130 deletions README.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cli/brook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ func main() {
df := func() {}
app := cli.NewApp()
app.Name = "Brook"
app.Version = "20230601"
app.Usage = "A cross-platform network tool"
app.Version = "20230606"
app.Usage = "A cross-platform programmable network tool"
app.Authors = []*cli.Author{
{
Name: "Cloud",
Expand Down Expand Up @@ -2375,7 +2375,7 @@ func main() {
Name: "doh",
Aliases: []string{"s"},
Usage: "DOH server, the address is required",
Value: "https://dns.google/dns-query?address=8.8.8.8%3A443",
Value: "https://dns.quad9.net/dns-query?address=9.9.9.9%3A443",
},
&cli.StringFlag{
Name: "domain",
Expand Down
2 changes: 1 addition & 1 deletion cli/brook/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
</div>
</main>
<footer style="display:flex;justify-content:space-around;">
<a href="https://www.txthinking.com">Brook v20230601. A project by txthinking.com</a>
<a href="https://www.txthinking.com">Brook v20230606. A project by txthinking.com</a>
</footer>
</body>
</html>
12 changes: 7 additions & 5 deletions docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo '# Brook' > ../readme.md
echo '<!--SIDEBAR-->' >> ../readme.md
echo '<!--G-R3M673HK5V-->' >> ../readme.md
echo 'A cross-platform network tool. 一个跨平台网络工具' >> ../readme.md
echo 'A cross-platform programmable network tool. 一个跨平台可编程网络工具' >> ../readme.md

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

Expand All @@ -12,8 +12,6 @@ cat daemon.md >> ../readme.md
cat auto-start.md >> ../readme.md
cat one-click-script.md >> ../readme.md

cat install-gui.md >> ../readme.md

echo '# CLI Documentation 命令行文档' >> ../readme.md
cd ../cli/brook
go build
Expand All @@ -33,12 +31,16 @@ echo 'https://www.youtube.com/txthinking' >> ../readme.md
echo '# Telegram' >> ../readme.md
echo 'https://t.me/s/txthinking_news' >> ../readme.md
echo '# Pastebin' >> ../readme.md
echo 'https://ooo.soso.ooo' >> ../readme.md
echo 'https://paste.brook.app' >> ../readme.md
echo '# 独立脚本例子 | Standalone Script Example' >> ../readme.md
echo 'https://github.com/txthinking/bypass' >> ../readme.md
echo '# 脚本生成器 | Brook Script Builder' >> ../readme.md
echo 'https://modules.brook.app' >> ../readme.md

markdown ../readme.md ./index.html

echo '# Brook' > _.md
echo 'A cross-platform network tool. 一个跨平台网络工具' >> _.md
echo 'A cross-platform programmable network tool. 一个跨平台可编程网络工具' >> _.md
mdtoc ../readme.md >> _.md
cat ../readme.md >> _.md
mv _.md ../readme.md
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ brook server -l :9999 -p hello

## GUI Client

| iOS / M1 Mac | Android | Intel Mac |Windows |Linux |OpenWrt |
| iOS | Android | Mac |Windows |Linux |OpenWrt |
| --- | --- | --- | --- | --- | --- |
| [![](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) |
| [![](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) |

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

0 comments on commit 6e7a3e6

Please sign in to comment.