Skip to content

Commit

Permalink
ruci/net/http:+ContentContainer,CommonHttp; spe1: improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
e1732a364fed committed Jan 1, 2099
1 parent 29fe1f3 commit 64a34f9
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 291 deletions.
2 changes: 2 additions & 0 deletions resource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ inspect.lua 是一个lua模块, 来自

在ruci-cmd中, 下载的 Country.mmdb 和 wintun.dll 也会放在这里

local.lua 和 remote.lua 中 默认 开启的实际 chain 随开发而经常变化,因此实际使用时不要
直接依赖 此两个文件,而是要将这两个文件当作参考
2 changes: 1 addition & 1 deletion resource/local.lua
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ local config_23_tcp_ip_stack_lwip = {
--]]


Config = config_17_tcp_ip_stack
Config = config_20_spe1

-- local str = Load_file("test.crt") -- load file from the default file provider from ruci ( from either tar or folder)
-- print("content of crt is:", str)
Expand Down
4 changes: 2 additions & 2 deletions resource/remote.lua
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ Config = {
}
-- ]]
-- { chain = { tcp, spe1_in, trojan_in }, tag = "listen1" }
{ chain = lua_example2, tag = "listen1" },
{ chain = { tcp, spe1_in, trojan_in }, tag = "listen1" }
-- { chain = lua_example2, tag = "listen1" },
},

---[[
Expand Down
Loading

0 comments on commit 64a34f9

Please sign in to comment.