Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhao61 committed Jul 14, 2024
1 parent 03d4af1 commit dfcb0db
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Client Configuration/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
介绍:

本目录中各个文件为原版配置客户端的配置示例,对应服务端的各个应用示例。
本目录中各个文件为原版客户端的配置示例,对应服务端的各个应用示例。

注意:

1、SS 为 shadowsocks 简写。

2、文件名称仅便于区分,使用时删除前边多余部分保留 config.json 即可。

3、若 PC 使用原版配置客户端,浏览器推荐使用 SwitchyOmega 插件来连接客户端的 SOCKS 或 HTTP 代理服务器。
3、若 PC 使用原版客户端,浏览器推荐使用 SwitchyOmega 插件来连接客户端的 SOCKS 或 HTTP 代理服务器。
2 changes: 1 addition & 1 deletion Client Configuration/hysteria_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ obfs: #若服务端没有配置混淆密码,此部分必须删除。
type: salamander
salamander:
password: 3452e3b8k2 #修改为服务端配置的混淆密码
auth: 123a65h7890 #修改为服务端配置的验证密码
auth: 123a65h7890 #修改为服务端配置的单用户验证密码。若服务端使用多用户密码验证模式,请参考官方示例调整。
bandwidth:
up: 20 mbps
down: 100 mbps
Expand Down
2 changes: 1 addition & 1 deletion Client Configuration/v2ray_trojan_grpc_tls_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"address": "xx.yy", //修改为服务端分配的域名
"port": 443,
"password": "diy443", //修改为服务端配置的密码
"password": "diy443" //修改为服务端配置的密码
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion Client Configuration/v2ray_trojan_h2_tls_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"address": "xx.yy", //修改为服务端分配的域名
"port": 443,
"password": "diy443", //修改为服务端配置的密码
"password": "diy443" //修改为服务端配置的密码
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion Client Configuration/v2ray_trojan_ws_tls_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"address": "xx.yy", //修改为服务端分配的域名
"port": 443,
"password": "diy443", //修改为服务端配置的密码
"password": "diy443" //修改为服务端配置的密码
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"address": "xx.yy", //修改为服务端分配的域名
"port": 443,
"password": "diy443", //修改为服务端配置的密码
"password": "diy443" //修改为服务端配置的密码
}
]
},
Expand Down

0 comments on commit dfcb0db

Please sign in to comment.