mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
9 lines
114 B
Go
9 lines
114 B
Go
package redir
|
|
|
|
type TransproxyMode uint8
|
|
|
|
const (
|
|
ModeDisabled TransproxyMode = iota
|
|
ModeRedirect
|
|
ModeTProxy
|
|
)
|