Skip to content

Commit

Permalink
1.0.3 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceTimee committed May 18, 2022
1 parent ab9e7b1 commit 6c10f37
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Cealing-Host.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
Binary file added Country.mmdb
Binary file not shown.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
**Space Time**

## 联系方式
1. **新 QQ 群: 338919498**
2. **邮箱: [email protected]**
1. **新 QQ 群 (主群): 338919498**
2. 新 TG 群 (分群) (宽松管理) (低情商: 懒得管): [PixCealerChat](https://t.me/PixCealerChat)
3. **邮箱: [email protected]**

## 许可证
[![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)
Expand Down
10 changes: 6 additions & 4 deletions Sheas-Cealer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<PackageReleaseNotes>Just Ceal It</PackageReleaseNotes>
<Authors>Space Time</Authors>
<Company>Space Time</Company>
<AssemblyVersion>1.0.2</AssemblyVersion>
<Version>1.0.2</Version>
<FileVersion>1.0.2</FileVersion>
<InformationalVersion>1.0.2</InformationalVersion>
<AssemblyVersion>1.0.3</AssemblyVersion>
<Version>1.0.3</Version>
<FileVersion>1.0.3</FileVersion>
<InformationalVersion>1.0.3</InformationalVersion>
<PackageTags>Tool;Sheas;Cealer;Sni</PackageTags>
<ApplicationIcon>Sheas-Cealer-Logo.ico</ApplicationIcon>
<PackageIcon>Sheas Cealer Logo.png</PackageIcon>
Expand Down Expand Up @@ -53,6 +53,8 @@
<None Remove="Cealing-Clash.exe" />
<None Remove="Cealing-Host.json" />
<None Remove="Clash.exe" />
<None Remove="config.yaml" />
<None Remove="Country.mmdb" />
<None Remove="README.md" />
<None Remove="Sheas-Cealer-Logo.ico" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ private void ClashButton_Click(object sender, RoutedEventArgs e)
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
{
Expand Down
12 changes: 12 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6c10f37

Please sign in to comment.