mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-24 19:33:13 +03:00
Add OpenVPN, TrustTunnel, Sudoku, inbound managers. Fixes
This commit is contained in:
@@ -147,6 +147,10 @@ func (n *Inbound) Close() error {
|
||||
)
|
||||
}
|
||||
|
||||
func (n *Inbound) UpdateUsers(users []auth.User) {
|
||||
n.authenticator.UpdateUsers(users)
|
||||
}
|
||||
|
||||
func (n *Inbound) ServeHTTP(writer http.ResponseWriter, request *http.Request) {
|
||||
ctx := log.ContextWithNewID(request.Context())
|
||||
if request.Method != "CONNECT" {
|
||||
|
||||
Reference in New Issue
Block a user