mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-06 07:37:21 +02:00

+ Added force TLS v1.2 above toggle + Added trace route + Added ICMP ping + Added special routing rules module for up-coming acme integration + Fixed IPv6 check bug in black/whitelist + Optimized UI for TCP Proxy +
18 lines
423 B
Modula-2
18 lines
423 B
Modula-2
module imuslab.com/zoraxy
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/go-ping/ping v1.1.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/sessions v1.2.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/grandcat/zeroconf v1.0.0
|
|
github.com/microcosm-cc/bluemonday v1.0.24
|
|
github.com/oschwald/geoip2-golang v1.8.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
golang.org/x/net v0.10.0
|
|
golang.org/x/sys v0.8.0
|
|
)
|