fix #498
This commit is contained in:
parent
8253c41de6
commit
7904e571c1
@ -97,7 +97,9 @@ docker run --rm gogost/gost -V
|
||||
|
||||
Wiki站点:[https://gost.run](https://gost.run)
|
||||
|
||||
Telegram讨论群:[https://t.me/gogost](https://t.me/gogost)
|
||||
YouTube: [https://www.youtube.com/@gost-tunnel](https://www.youtube.com/@gost-tunnel)
|
||||
|
||||
Telegram:[https://t.me/gogost](https://t.me/gogost)
|
||||
|
||||
Google讨论组:[https://groups.google.com/d/forum/go-gost](https://groups.google.com/d/forum/go-gost)
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
- [x] [Prometheus metrics](https://gost.run/en/tutorials/metrics/)
|
||||
- [x] [Dynamic configuration](https://gost.run/en/tutorials/api/config/)
|
||||
- [x] [Web API](https://gost.run/en/tutorials/api/overview/)
|
||||
- [ ] Web UI
|
||||
- [ ] GUI/WebUI
|
||||
|
||||
## Overview
|
||||
|
||||
@ -97,6 +97,8 @@ docker run --rm gogost/gost -V
|
||||
|
||||
Wiki: [https://gost.run](https://gost.run/en/)
|
||||
|
||||
YouTube: [https://www.youtube.com/@gost-tunnel](https://www.youtube.com/@gost-tunnel)
|
||||
|
||||
Telegram: [https://t.me/gogost](https://t.me/gogost)
|
||||
|
||||
Google group: [https://groups.google.com/d/forum/go-gost](https://groups.google.com/d/forum/go-gost)
|
||||
|
2
go.mod
2
go.mod
@ -6,7 +6,7 @@ toolchain go1.22.2
|
||||
|
||||
require (
|
||||
github.com/go-gost/core v0.0.0-20240508132029-8d554ddcf77c
|
||||
github.com/go-gost/x v0.0.0-20240607125747-ce60160cd78b
|
||||
github.com/go-gost/x v0.0.0-20240611135011-784e4b2b0198
|
||||
github.com/judwhite/go-svc v1.2.1
|
||||
)
|
||||
|
||||
|
4
go.sum
4
go.sum
@ -65,8 +65,8 @@ github.com/go-gost/relay v0.5.0 h1:JG1tgy/KWiVXS0ukuVXvbM0kbYuJTWxYpJ5JwzsCf/c=
|
||||
github.com/go-gost/relay v0.5.0/go.mod h1:lcX+23LCQ3khIeASBo+tJ/WbwXFO32/N5YN6ucuYTG8=
|
||||
github.com/go-gost/tls-dissector v0.0.2-0.20220408131628-aac992c27451 h1:xj8gUZGYO3nb5+6Bjw9+tsFkA9sYynrOvDvvC4uDV2I=
|
||||
github.com/go-gost/tls-dissector v0.0.2-0.20220408131628-aac992c27451/go.mod h1:/9QfdewqmHdaE362Hv5nDaSWLx3pCmtD870d6GaquXs=
|
||||
github.com/go-gost/x v0.0.0-20240607125747-ce60160cd78b h1:yTeX7tkFfBleyQMzOAYsP/SKHVtvf8f98VGv0H4iox0=
|
||||
github.com/go-gost/x v0.0.0-20240607125747-ce60160cd78b/go.mod h1:8A0ew3migxwXqkOZPKypVGd/W/lwy+/PMpC9qktkbKk=
|
||||
github.com/go-gost/x v0.0.0-20240611135011-784e4b2b0198 h1:hgKSMB26a1xLriA0aybqoZQH04NB2ESbmDn0HeJGMiU=
|
||||
github.com/go-gost/x v0.0.0-20240611135011-784e4b2b0198/go.mod h1:8A0ew3migxwXqkOZPKypVGd/W/lwy+/PMpC9qktkbKk=
|
||||
github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=
|
||||
github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
|
||||
github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s=
|
||||
|
Loading…
Reference in New Issue
Block a user