增加基于tap设备的桥接访问模式

This commit is contained in:
bjdgyc
2020-09-14 17:17:50 +08:00
parent 3b64de19b8
commit 31b1f12dbe
57 changed files with 2598 additions and 703 deletions

7
sessdata/start.go Normal file
View File

@@ -0,0 +1,7 @@
package sessdata
func Start() {
initIpPool()
initIpMac()
checkSession()
}