Skip to content

Commit

Permalink
Update v2ray
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYi0526 committed Aug 6, 2024
1 parent dc53504 commit 61fd588
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,17 +366,17 @@ class VmessLoader {

FileLog.d(conf)

runCatching {
// runCatching {

Libv2ray.testConfig(conf)
// Libv2ray.testConfig(conf)

}.onFailure {
// }.onFailure {

FileLog.e(it)
// FileLog.e(it)

return -1
// return -1

}
// }

point.configureFileContent = conf
point.domainName = V2rayConfigUtil.currDomain
Expand Down
2 changes: 1 addition & 1 deletion v2ray
Submodule v2ray updated 1 files
+18 −19 libv2ray_main.go

0 comments on commit 61fd588

Please sign in to comment.