gVisor bot
|
d1aa6d1431
|
refactor: tcp concurrent
|
2022-04-27 21:37:20 +08:00 |
|
gVisor bot
|
6e56205ba6
|
chore: adjust sniffer log
|
2022-04-27 18:04:02 +08:00 |
|
gVisor bot
|
746e1382b5
|
chore: Adjust the tcp-concurrent and sniffer log
|
2022-04-27 15:22:42 +08:00 |
|
gVisor bot
|
ad67a1c34c
|
Chore: use generics as possible
|
2022-04-25 13:18:30 +08:00 |
|
gVisor bot
|
b5e7abfa15
|
fix: whitelist
|
2022-04-23 09:52:23 +08:00 |
|
gVisor bot
|
7cdbab467f
|
fix: sniffer port whitelist error
|
2022-04-23 09:36:11 +08:00 |
|
gVisor bot
|
d946a76a0d
|
chore: Adjust the connection IP log
|
2022-04-23 08:53:51 +08:00 |
|
gVisor bot
|
bb14ae7075
|
fix: general ipv6 is false should be broke ipv6 conn
|
2022-04-23 00:30:25 +08:00 |
|
gVisor bot
|
532ec82a08
|
feat: support tcp concurrent, Separate dialing and dns resolver ipv6
tcp-concurrent:true
|
2022-04-23 00:27:22 +08:00 |
|
gVisor bot
|
de105c08f6
|
fix: sniffer
|
2022-04-22 17:00:39 +08:00 |
|
gVisor bot
|
7b9a24ee08
|
fix: uid rule only support linux and android
|
2022-04-22 16:51:01 +08:00 |
|
gVisor bot
|
8054749b40
|
feat: support uid rule
eg. UID,1000/5000-6000,Proxy
|
2022-04-22 16:27:51 +08:00 |
|
gVisor bot
|
8695847210
|
fix: add wait timeout, and log
|
2022-04-21 08:08:37 -07:00 |
|
gVisor bot
|
03a014957f
|
feat: add sniffer port whitelist, when empty will add all ports
|
2022-04-21 07:06:08 -07:00 |
|
gVisor bot
|
e2dbbb7cfe
|
Refactor: metadata use netip.Addr
|
2022-04-20 22:52:05 +08:00 |
|
gVisor bot
|
915f40e71b
|
Chore: IpToAddr
|
2022-04-20 22:09:16 +08:00 |
|
gVisor bot
|
a4654d30d5
|
chore: upgrade dependencies
|
2022-04-20 01:31:33 +08:00 |
|
gVisor bot
|
a84d76fd04
|
Improve: replace bootstrap dns (#2080)
|
2022-04-19 22:49:39 +08:00 |
|
gVisor bot
|
caf271a669
|
Chore: fix typo
|
2022-04-19 22:38:20 +08:00 |
|
gVisor bot
|
66503d64e3
|
Chore: persistence fakeip pool state
|
2022-04-19 22:37:47 +08:00 |
|
gVisor bot
|
b6a134b34c
|
refactor: sniffer param force and reverses deprecated, will be removed when release version, replace force-domain and skip-sni,
force-domain add '+' equivalent to force is true
sniffer:
enable: true
force-domain:
- "google.com"
skip-sni:
- www.baidu.com
sniffing:
- tls
|
2022-04-17 20:02:13 +08:00 |
|
gVisor bot
|
363f9ff181
|
fix: domain tree match failed
|
2022-04-16 11:55:49 +08:00 |
|
gVisor bot
|
566ed821fc
|
fix: domain type fix Mapping
|
2022-04-16 09:51:31 +08:00 |
|
gVisor bot
|
181d213321
|
chore: log style
|
2022-04-16 09:04:43 +08:00 |
|
gVisor bot
|
baac54e8ee
|
fix: reverse error when force is false
|
2022-04-16 08:53:31 +08:00 |
|
gVisor bot
|
6c56a3b80e
|
feat: add domain list for sniffer, reverse force logic
when force is false, if domain in the list, will force replace
when force is true, if sniff domain in the list, will skip it
|
2022-04-16 08:21:31 +08:00 |
|
gVisor bot
|
d55f77798d
|
chore:adjust sniffer debuglog info
|
2022-04-13 08:38:55 +08:00 |
|
gVisor bot
|
ebacc76433
|
Fix: fakeip pool cycle used
|
2022-04-13 02:19:42 +08:00 |
|
gVisor bot
|
7b22a3bd62
|
chore: adjust code
|
2022-04-12 21:39:31 +08:00 |
|
gVisor bot
|
bc33cd5630
|
Refactor: fakeip pool use netip.Prefix, supports ipv6 range
|
2022-04-12 20:32:08 +08:00 |
|
gVisor bot
|
895d93b10b
|
chore:merge & adjust code
|
2022-04-12 20:20:04 +08:00 |
|
gVisor bot
|
89d75e59d1
|
Refactor: DomainTrie use generics
|
2022-04-12 18:45:47 +08:00 |
|
gVisor bot
|
b1cf4dc1a2
|
Refactor: lrucache use generics
|
2022-04-12 18:44:07 +08:00 |
|
gVisor bot
|
c9a9c49a16
|
chore: adjust code
|
2022-04-11 13:23:59 +08:00 |
|
gVisor bot
|
d7d6ed5c70
|
fix: code logic error
|
2022-04-10 20:01:35 +08:00 |
|
gVisor bot
|
b2becaffe3
|
feat: sniffer support
sniffer:
enable: true
force: false # Overwrite domain
sniffing:
- tls
|
2022-04-09 22:30:36 +08:00 |
|
gVisor bot
|
2b5e14533b
|
chore: reduce a little memory
|
2022-04-09 22:24:48 +08:00 |
|
gVisor bot
|
0042b5de3b
|
disable process name on android
|
2022-04-09 17:54:01 +08:00 |
|
gVisor bot
|
0d1e4405da
|
Merge remote-tracking branch 'Plus/with-tun' into Alpha
|
2022-04-02 20:48:11 +08:00 |
|
gVisor bot
|
ee3f94425e
|
feat: 添加tls sni 嗅探
# Conflicts:
# tunnel/statistic/tracker.go
# tunnel/tunnel.go
|
2022-03-31 21:27:25 +08:00 |
|
gVisor bot
|
1c4e024030
|
Chore: revert "Feature: add tls SNI sniffing (#68)"
This reverts commit 24ce6622a2 .
|
2022-03-31 21:20:46 +08:00 |
|
gVisor bot
|
016d88e5ea
|
Feature: add tls SNI sniffing (#68)
|
2022-03-31 19:34:40 +08:00 |
|
gVisor bot
|
05125430dd
|
Merge remote-tracking branch 'Pro-Plus/with-tun' into Alpha
# Conflicts:
# README.md
# adapter/outbound/trojan.go
# adapter/outbound/vless.go
# transport/trojan/trojan.go
|
2022-03-30 13:15:45 +08:00 |
|
gVisor bot
|
67d04485ca
|
Refactor: MainResolver
|
2022-03-28 00:44:13 +08:00 |
|
gVisor bot
|
eea2e3def9
|
[commit]
[Feat] add Pass type for support temporary skip rule set
|
2022-03-27 23:44:51 +08:00 |
|
gVisor bot
|
17da2d36a5
|
Chore: regenerate protoc file
|
2022-03-27 07:12:12 +08:00 |
|
gVisor bot
|
31708f1e74
|
[Fixed]
弃用过期函数,修复Process Name获取问题
|
2022-03-26 16:17:44 +08:00 |
|
gVisor bot
|
00b632e032
|
build test
|
2022-03-24 23:42:49 +08:00 |
|
gVisor bot
|
a52743bd28
|
[SKIP CI]
Merge remote-tracking branch 'Pro-Plus/with-tun' into Alpha
# Conflicts:
# README.md
# hub/route/server.go
|
2022-03-23 13:23:34 +08:00 |
|
gVisor bot
|
c38ae18a59
|
Feature: flush fakeip pool
|
2022-03-23 01:05:43 +08:00 |
|