proxy: support arbitraty traceroute arguments

This commit is contained in:
Lan Tian
2021-02-27 16:42:42 +08:00
parent f6ddc5761b
commit f49f8bac5e
4 changed files with 24 additions and 7 deletions

View File

@@ -2,4 +2,7 @@ module github.com/xddxdd/bird-lg-go/proxy
go 1.15
require github.com/gorilla/handlers v1.5.1
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/gorilla/handlers v1.5.1
)