This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
remove space by trim()
tags/3.0
Gang Zhuo
9 years ago
parent
6838c9d605
commit
1097d4fc5b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
shadowsocks-csharp/View/ConfigForm.cs
+ 1
- 1
shadowsocks-csharp/View/ConfigForm.cs
View File
@@ -79,7 +79,7 @@ namespace Shadowsocks.View
}
Server server = new Server
{
server = IPTextBox.Text,
server = IPTextBox.Text
.Trim()
,
server_port = int.Parse(ServerPortTextBox.Text),
password = PasswordTextBox.Text,
method = EncryptionSelect.Text,
Write
Preview
Loading…
Cancel
Save