mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 21:07:38 +03:00
refactor: Modular inbounds/outbounds
This commit is contained in:
parent
e52ab781bb
commit
1d497b08d7
152 changed files with 3116 additions and 2926 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
func TestOptionsWrapper(t *testing.T) {
|
||||
inbound := option.Inbound{
|
||||
inbound := option.LegacyInbound{
|
||||
Type: C.TypeHTTP,
|
||||
HTTPOptions: option.HTTPMixedInboundOptions{
|
||||
InboundTLSOptionsContainer: option.InboundTLSOptionsContainer{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue