diff --git a/Cealing-Host.json b/Cealing-Host.json index b9c6b9d..dd3f3f7 100644 --- a/Cealing-Host.json +++ b/Cealing-Host.json @@ -7,11 +7,13 @@ [["*exhentai.org"],"exh","178.175.129.254"], [["*sukebei.nyaa.si"],"suk","198.251.89.38"], [["*theporndude.com"],"the","104.19.128.100"], + [["upload.wikimedia.org"],"wiki","208.80.154.240"], [["*wikipedia.org","*wikimedia.org"],"wik","91.198.174.192"], [["*steamcommunity.com"],"ste","104.92.74.217"], [["*instagram.com"],"ins","157.240.236.174"], [["*amazon.co.jp"],"ama","52.222.208.138"], [["*github.com"],"git","140.82.121.3"], + [["*pornhub.com"],"por","66.254.114.40"], [["*onedrive.live.com"],"one","13.107.42.13"], [["*mikuclub.cc"],"mik","45.152.67.140"], [["*twitch.tv"],"twi","199.232.138.167"], diff --git a/Country.mmdb b/Country.mmdb new file mode 100644 index 0000000..ab434b6 Binary files /dev/null and b/Country.mmdb differ diff --git a/README.md b/README.md index 5b63536..d8e9c17 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,9 @@ **Space Time** ## 联系方式 -1. **新 QQ 群: 338919498** -2. **邮箱: Zeus6_6@163.com** +1. **新 QQ 群 (主群): 338919498** +2. 新 TG 群 (分群) (宽松管理) (低情商: 懒得管): [PixCealerChat](https://t.me/PixCealerChat) +3. **邮箱: Zeus6_6@163.com** ## 许可证 [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FSpaceTimee%2FSheas-Cealer.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FSpaceTimee%2FSheas-Cealer?ref=badge_large) diff --git a/Sheas-Cealer.csproj b/Sheas-Cealer.csproj index 715a2d7..1270ceb 100644 --- a/Sheas-Cealer.csproj +++ b/Sheas-Cealer.csproj @@ -8,10 +8,10 @@ Just Ceal It Space Time Space Time - 1.0.2 - 1.0.2 - 1.0.2 - 1.0.2 + 1.0.3 + 1.0.3 + 1.0.3 + 1.0.3 Tool;Sheas;Cealer;Sni Sheas-Cealer-Logo.ico Sheas Cealer Logo.png @@ -53,6 +53,8 @@ + + diff --git a/Windows/MainWindow.xaml.cs b/Windows/MainWindow.xaml.cs index 7b7749e..8cda9bd 100644 --- a/Windows/MainWindow.xaml.cs +++ b/Windows/MainWindow.xaml.cs @@ -136,9 +136,9 @@ namespace Sheas_Cealer if (ClashButton.Content.ToString() == "代理") { proxyKey.SetValue("ProxyEnable", 1); - proxyKey.SetValue("ProxyServer", "127.0.0.1:7890"); + proxyKey.SetValue("ProxyServer", "127.0.0.1:7880"); - new Clash().ShellRun(AppDomain.CurrentDomain.SetupInformation.ApplicationBase!, string.Empty); + new Clash().ShellRun(AppDomain.CurrentDomain.SetupInformation.ApplicationBase!, "-d ."); } else { diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..dfcf56f --- /dev/null +++ b/config.yaml @@ -0,0 +1,12 @@ +mixed-port: 7880 +allow-lan: true +ipv6: true +log-level: silent +rules: + - 'MATCH,DIRECT' + +proxies: + - name: Local + type: socks5 + server: 127.0.0.1 + port: 1080 \ No newline at end of file