更新主程序中的版本信息,修改输出为“MITM Proxy Server v1.4”。
This commit is contained in:
parent
a0cb2a7ca6
commit
b61861cb67
2
main.go
2
main.go
@ -64,7 +64,7 @@ func main() {
|
|||||||
setConsoleUTF8()
|
setConsoleUTF8()
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("MITM Proxy Server v1.3")
|
fmt.Println("MITM Proxy Server v1.4")
|
||||||
|
|
||||||
fmt.Println("Reading dictionary...")
|
fmt.Println("Reading dictionary...")
|
||||||
dict, err := NewChineseDict("dict.txt")
|
dict, err := NewChineseDict("dict.txt")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user