File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ #### 2022/08/26
2+
3+ * Fix ipv6 route on linux
4+
15#### 2022/08/25
26
37* Let vmess use zero instead of auto if TLS enabled
48* Add trojan fallback for ALPN
59* Improve ip_cidr rule
610* Fix format bind_address
711* Fix http proxy with compressed response
8- * Fix ipv6 route on linux
912* Fix route connections
1013
1114#### 2022/08/24
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ require (
2424 github.com/sagernet/sing v0.0.0-20220825093630-185d87918290
2525 github.com/sagernet/sing-dns v0.0.0-20220822023312-3e086b06d666
2626 github.com/sagernet/sing-shadowsocks v0.0.0-20220819002358-7461bb09a8f6
27- github.com/sagernet/sing-tun v0.0.0-20220825105638-c71b527041d8
27+ github.com/sagernet/sing-tun v0.0.0-20220826042514-409136e64474
2828 github.com/sagernet/sing-vmess v0.0.0-20220811135656-4f3f07acf9c4
2929 github.com/sagernet/smux v0.0.0-20220812084127-e2d085ee3939
3030 github.com/spf13/cobra v1.5.0
Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ github.com/sagernet/sing-dns v0.0.0-20220822023312-3e086b06d666 h1:XUTocA/Ek0dFx
148148github.com/sagernet/sing-dns v0.0.0-20220822023312-3e086b06d666 /go.mod h1:eDyH7AJmqBGjZQdQmpZIzlbTREudZuWDExMuGKgjRVM =
149149github.com/sagernet/sing-shadowsocks v0.0.0-20220819002358-7461bb09a8f6 h1:JJfDeYYhWunvtxsU/mOVNTmFQmnzGx9dY034qG6G3g4 =
150150github.com/sagernet/sing-shadowsocks v0.0.0-20220819002358-7461bb09a8f6 /go.mod h1:EX3RbZvrwAkPI2nuGa78T2iQXmrkT+/VQtskjou42xM =
151- github.com/sagernet/sing-tun v0.0.0-20220825105638-c71b527041d8 h1:4DnOxqg9sygJNk9dN1F2LXGJuY4+AGPfd/dVSPWOb00 =
152- github.com/sagernet/sing-tun v0.0.0-20220825105638-c71b527041d8 /go.mod h1:zMKRFCEoO6Jp5Yxb2NUTqc+SvAtNVAmzfwArAheJy5g =
151+ github.com/sagernet/sing-tun v0.0.0-20220826042514-409136e64474 h1:dy9dLOSTDtig/s5se7cRqIypUlqtcp4+Zw0+XMpORPE =
152+ github.com/sagernet/sing-tun v0.0.0-20220826042514-409136e64474 /go.mod h1:zMKRFCEoO6Jp5Yxb2NUTqc+SvAtNVAmzfwArAheJy5g =
153153github.com/sagernet/sing-vmess v0.0.0-20220811135656-4f3f07acf9c4 h1:2hLETh97+S4WnfMR27XyC7QVU1SH7FTNoCznP229YJU =
154154github.com/sagernet/sing-vmess v0.0.0-20220811135656-4f3f07acf9c4 /go.mod h1:82O6gzbxLha/W/jxSVQbsqf2lVdRTjMIgyLug0lpJps =
155155github.com/sagernet/smux v0.0.0-20220812084127-e2d085ee3939 h1:pB1Dh1NbwVrLhQhotr4O4Hs3yhiBzmg3AvnUyYjL4x4 =
You can’t perform that action at this time.
0 commit comments