wwqgtxx
|
7ca4b64a2b
|
feat: add proxy and sing-based listener support sing-mux
|
2023-04-23 19:57:54 +08:00 |
|
wwqgtxx
|
aa6fa7f1e3
|
chore: cleanup unneeded deadline
|
2023-04-22 19:17:45 +08:00 |
|
wwqgtxx
|
40da1911d9
|
chore: using sync/atomic replace uber/atomic
|
2023-04-22 15:37:57 +08:00 |
|
Skyxim
|
c6ecbb25dc
|
chore: update doc
|
2023-04-21 08:49:03 +00:00 |
|
wwqgtxx
|
00939da40f
|
chore: update wireguard-go
|
2023-04-20 13:46:21 +08:00 |
|
Skyxim
|
7513761540
|
fix: not match top domain
|
2023-04-20 05:45:22 +00:00 |
|
wwqgtxx
|
ec234ac0a8
|
chore: clear windows bind error
|
2023-04-20 10:22:51 +08:00 |
|
wwqgtxx
|
31095e4a8c
|
fix: vless udp not working
|
2023-04-20 09:38:08 +08:00 |
|
wwqgtxx
|
dd60baf9d4
|
fix: revert LRU cache changes
|
2023-04-19 23:50:57 +08:00 |
|
wwqgtxx
|
4ef99294e7
|
chore: rewrite verifyIP6
|
2023-04-19 19:25:21 +08:00 |
|
wwqgtxx
|
47df97322d
|
fix: h2 close panic
|
2023-04-17 23:42:15 +08:00 |
|
wwqgtxx
|
f100ce6a04
|
chore: Adopt sing-tun's update
|
2023-04-17 20:38:37 +08:00 |
|
wwqgtxx
|
cae9cf44cf
|
chore: Update dependencies
|
2023-04-17 19:46:57 +08:00 |
|
wwqgtxx
|
495033270c
|
chore: using new chan based deadline reader
|
2023-04-17 19:29:07 +08:00 |
|
wwqgtxx
|
4a0d097fe9
|
fix: ensure StreamWebsocketConn call N.NewDeadlineConn
|
2023-04-17 00:23:12 +08:00 |
|
wwqgtxx
|
8e5dbc7382
|
chore: Update dependencies
|
2023-04-15 16:56:43 +08:00 |
|
wwqgtxx
|
c2d1f71305
|
fix: ruleProvider panic
|
2023-04-14 19:08:41 +08:00 |
|
Larvan2
|
81bef30ae0
|
chore: clean up docs
|
2023-04-14 10:04:50 +00:00 |
|
wwqgtxx
|
e4926c8364
|
feat: ruleset support text format
|
2023-04-14 13:51:26 +08:00 |
|
wwqgtxx
|
b3794ffdd8
|
fix: deadline pipeReadBuffer, pipeReadFrom and panic when alloc empty buffer
|
2023-04-13 19:37:33 +08:00 |
|
wwqgtxx
|
394889258c
|
fix: wireguard reconnect failed
|
2023-04-13 17:01:01 +08:00 |
|
wwqgtxx
|
38a85272c2
|
fix: vless tcp not working
|
2023-04-13 11:10:35 +08:00 |
|
wwqgtxx
|
dbffbca6f5
|
doc: update config.yaml
|
2023-04-12 23:55:51 +08:00 |
|
wwqgtxx
|
cd42e9832c
|
chore: resolver priority return TypeA in ResolveIP (not effected LookupIP)
|
2023-04-12 22:06:21 +08:00 |
|
wwqgtxx
|
cb0c9e5caf
|
chore: udp always direct pass ip to remote without domain
|
2023-04-12 21:49:22 +08:00 |
|
wwqgtxx
|
aaf534427e
|
chore: close all connections after proxySet initial
|
2023-04-12 18:50:51 +08:00 |
|
wwqgtxx
|
5d7fd47cf9
|
fix: CGO build failed on darwin-10.16
|
2023-04-12 18:27:22 +08:00 |
|
wwqgtxx
|
42721f3b75
|
fix: proxyDialer has a non-nil interface containing nil pointer judgment
|
2023-04-12 18:19:59 +08:00 |
|
H1JK
|
836615aac9
|
fix: Converter panic on bad VMess share links
|
2023-04-12 14:40:38 +08:00 |
|
wwqgtxx
|
e745755a46
|
fix: direct outbound not ensure ip was resolved
|
2023-04-12 12:57:59 +08:00 |
|
wwqgtxx
|
20eb168315
|
fix: proxyDialer panic when domain name was not resolved
|
2023-04-12 12:49:53 +08:00 |
|
wwqgtxx
|
17922dc857
|
chore: proxyDialer first using old function to let mux work
|
2023-04-12 11:09:31 +08:00 |
|
wwqgtxx
|
fda8857ec8
|
feat: proxy-provider can set dialer-proxy too
it will apply `dialer-proxy` to all proxy in this provider
|
2023-04-12 10:39:24 +08:00 |
|
wwqgtxx
|
bad7340a4e
|
chore: proxyDialer don't push flow to manager in statistic
|
2023-04-11 23:58:56 +08:00 |
|
wwqgtxx
|
7beb09153e
|
chore: proxyDialer can add inner conn to statistic
|
2023-04-11 21:42:16 +08:00 |
|
wwqgtxx
|
90f95d7c78
|
chore: wireguard dns can work with domain-based server
|
2023-04-11 14:10:57 +08:00 |
|
wwqgtxx
|
92cc268209
|
chore: proxyDialer can limited support old dial function
|
2023-04-11 12:51:24 +08:00 |
|
wwqgtxx
|
ab3fce29ab
|
feat: wireguard add remote-dns-resolve and dns settings
|
2023-04-11 10:29:55 +08:00 |
|
Larvan2
|
ecdde647b1
|
chore: cleanup listener before restart
|
2023-04-10 21:13:23 +08:00 |
|
Larvan2
|
304b4d9bcb
|
chore: download geoX use inner
|
2023-04-10 21:03:31 +08:00 |
|
wwqgtxx
|
4d12ed491c
|
fix: tuic pool client should only cache the system's UDPConn
|
2023-04-10 12:22:12 +08:00 |
|
wwqgtxx
|
9afcb7071f
|
feat: support dialer-proxy config for all outbound
|
2023-04-10 11:20:28 +08:00 |
|
wwqgtxx
|
2c48d2da3f
|
chore: clarify the wireguard logging
|
2023-04-10 10:13:36 +08:00 |
|
wwqgtxx
|
87b9e3d977
|
feat: wireguard add dialer-proxy config to support chain forwarding
|
2023-04-10 08:54:10 +08:00 |
|
wwqgtxx
|
1dbefc40c8
|
chore: better error ignore
|
2023-04-09 23:06:56 +08:00 |
|
wwqgtxx
|
6c76312e5c
|
chore: Add read deadline implementation
|
2023-04-09 22:58:05 +08:00 |
|
Larvan2
|
20b0af9a03
|
chore: fix build
|
2023-04-09 19:17:44 +08:00 |
|
rookisbusy
|
9e6b4dca97
|
Merge pull request #493 from rookisbusy/Alpha
fix: tun warn timeout
|
2023-04-09 19:03:10 +08:00 |
|
rookisbusy
|
99dfa4c73a
|
fix: tun warn timeout
|
2023-04-09 19:00:45 +08:00 |
|
wwqgtxx
|
8e8cddf462
|
chore: Update dependencies
|
2023-04-09 15:40:17 +08:00 |
|