1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-23 21:59:02 +08:00
nali/pkg/common/const.go

7 lines
97 B
Go
Raw Normal View History

2020-07-18 09:19:27 +08:00
package common
const (
RedirectMode1 = 0x01 // one mode
RedirectMode2 = 0x02 //another mode
)