mirror of
https://github.com/zu1k/nali.git
synced 2025-01-24 06:09:01 +08:00
7 lines
97 B
Go
7 lines
97 B
Go
|
package common
|
||
|
|
||
|
const (
|
||
|
RedirectMode1 = 0x01 // one mode
|
||
|
RedirectMode2 = 0x02 //another mode
|
||
|
)
|