Skip to content

Commit

Permalink
更新啦
Browse files Browse the repository at this point in the history
一键编译脚本写好啦!

新增功能:
chrome翻译修复
  • Loading branch information
NatsumiXD committed Dec 21, 2022
1 parent 7acfc02 commit a871386
Show file tree
Hide file tree
Showing 24 changed files with 51 additions and 91 deletions.
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/GhostTCP-SUTO-CONF.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# GhostTCP-SUTO-CONF

## 本项目已部署于Website
## 本项目已部署于网页

配置地址:

https://ghost.fucktx.eu.org/default.conf

---

`releases.zip`下载地址:

https://ghost.fucktx.eu.org/releases.zip

## 支持网站
```
GitHub
Expand All @@ -15,6 +23,9 @@ Web Archive
EHentai
Discord
Telegram(beta)
Facebook(beta)
Twitter(beta)
Chrome翻译修复
```

## GhostTCP配置
Expand All @@ -23,14 +34,15 @@ Telegram(beta)

## 如何使用?
---
[GhostTCP原项目](https://github.com/macronut/ghostcp)**Releases**中下载客户端,

下载本项目根目录中的`releases.zip`


**本项目****Releases**中下载**Source code**并替换至其中。
或通过访问 https://ghost.fucktx.eu.org/releases.zip 下载

---

运行`tcpioneer.exe`启动程序
运行`ghostcp.exe`启动程序

---

Expand Down
6 changes: 6 additions & 0 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ sniproxy=78.129.226.64,43.255.113.231,43.255.113.229,178.255.46.176,67.222.65.2,
dns.google=[sniproxy]
#You don't need sniproxy if have ipv6
.googlevideo.com=[sniproxy]
##谷歌翻译给爷恢复!!!
translate.googleapis.com=142.250.4.90

#Internet Archive
method=w-md5
Expand Down Expand Up @@ -170,6 +172,10 @@ method=ttl
onedrive.live.com
.onedrive.live.com

#chatgpt
method=w-md5
chat.openai.com=104.18.2.161

#Other
method=w-md5
steamcommunity.com
Expand Down
Binary file added ghosttcp/7z.exe
Binary file not shown.
22 changes: 22 additions & 0 deletions ghosttcp/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@echo off
echo start build
@del ..\releases.zip >nul
@rd /s/q bin >nul
@rd /s/q ghostcp >nul
set http_proxy=http://127.0.0.1:7890
set https_proxy=http://127.0.0.1:7890
git clone https://github.com/macronut/ghostcp/
cd ghostcp
go build
cd ..
mkdir bin
copy .\ghostcp\ghostcp.exe .\bin
copy .\needfile\* .\bin /Y
copy ..\default.conf .\bin /Y
7z.exe a -r ./releases.zip ./bin
copy .\releases.zip ..\
rd /s/q ghostcp
rd /s/q bin
del releases.zip
echo done.
pause
Binary file added ghosttcp/needfile/WinDivert.dll
Binary file not shown.
Binary file added ghosttcp/needfile/WinDivert64.sys
Binary file not shown.
2 changes: 2 additions & 0 deletions ghosttcp/needfile/install_service.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tcpioneer.exe -install
tcpioneer.exe -start
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions ghosttcp/needfile/stop_service.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tcpioneer.exe -stop
File renamed without changes.
4 changes: 4 additions & 0 deletions iptest/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 使用方法
在ip.txt里面用,分隔IP

然后执行iptest.py
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion jieguo.txt

This file was deleted.

Binary file added releases.zip
Binary file not shown.
4 changes: 0 additions & 4 deletions result.csv

This file was deleted.

47 changes: 0 additions & 47 deletions wait.txt

This file was deleted.

1 comment on commit a871386

@vercel
Copy link

@vercel vercel bot commented on a871386 Dec 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ghost – ./

ghost-git-main-suto.vercel.app
ghost-rho-ten.vercel.app
ghost.fucktx.eu.org
ghost-suto.vercel.app

Please sign in to comment.