mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-24 05:07:40 +03:00
Add MTProxy, MASQUE, VPN, Link parser. Update AmneziaWG. Remove Tunneling
This commit is contained in:
12
include/mtproxy.go
Normal file
12
include/mtproxy.go
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build with_mtproxy
|
||||
|
||||
package include
|
||||
|
||||
import (
|
||||
"github.com/sagernet/sing-box/adapter/inbound"
|
||||
"github.com/sagernet/sing-box/protocol/mtproxy"
|
||||
)
|
||||
|
||||
func registerMTProxyInbound(registry *inbound.Registry) {
|
||||
mtproxy.RegisterInbound(registry)
|
||||
}
|
||||
Reference in New Issue
Block a user