mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
implement ICMP ping
This commit is contained in:
parent
4cf68c94dd
commit
efc7e62704
4 changed files with 129 additions and 10 deletions
|
@ -151,6 +151,8 @@ func main() {
|
|||
go spawner.SpawnRoutine(tun)
|
||||
}
|
||||
|
||||
tun.StartPingIPs()
|
||||
|
||||
if *info != "" {
|
||||
go func() {
|
||||
err := http.ListenAndServe(*info, tun)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue