Commit Graph

852 Commits (master)

Author SHA1 Message Date
yuhan6665 f34c092a06 Rename fields in StatCouterConnection
4 years ago
Kslr 1fb57ebab0
Merge pull request #2606 from v2fly/master
4 years ago
Agioi Theodoroi 7bd324dcec
clean up code
4 years ago
Agioi Theodoroi bbd3988f3d
clean up code
4 years ago
DuckSoft 780318c5c8
handle dns.PackMessage error
4 years ago
DuckSoft bde766770d
dohdns.go: multiple typo fixes
4 years ago
Roger Shimizu 90af5f19ba
Apply Debian's patch to upstream
4 years ago
Shelikhoo 3e13d79af7
Fix TProxy Process Logic
5 years ago
Shelikhoo 85bd352bc1
propagate context
5 years ago
Darhwa 8e791e92bc
Further strip unique signatures of tls handshake
5 years ago
Xiaokang Wang e4ec9807a2
Merge pull request #12 from zhuobixin/master
5 years ago
Shelikhoo 00103d1f73
Fix tests
5 years ago
Shelikhoo 09b81b78c3
regenerate pb data
5 years ago
zhuobixin dc906cf68a
LocalAddr() should return local address
5 years ago
Kslr cfbb875546 Revert "Reduce http proxy client overhead by 1RTT"
5 years ago
vcptr 5d13ec9196 code style optmize in dispatch func
5 years ago
vcptr 04a0c04934 doh route strategy optimized
5 years ago
Anonymous-Someneese 82dee01833 Fix reverse proxy with the HTTP optimization
5 years ago
mzz2017 7f4f8091f9 feat/fix: dns query subscriptions group by A and AAAA. fix problem that empty result would poll dns server in DoH mode
5 years ago
mzz2017 4a663f2b25 fix(#2211): problem that AAAA query returns A result
5 years ago
remote-v2ray 86d5bd866b add UnregisterCounter method to stats manager
5 years ago
ghost 02b658cd2b revert broken dns changes
5 years ago
vcptr d6df5d7cf9 doh URL controls full path
5 years ago
vcptr b4b4b3d032 doh config use RFC8484 url format
5 years ago
vcptr 59e3a2a67c add comments to exported func
5 years ago
vcptr ceb77ac8f5 only add to ipIndexMap if GeoIP is configured
5 years ago
vcptr 6ef77246ab add DOH dns client
5 years ago
vcptr 3b9514ec9f minor optm
5 years ago
vcptr fa30713e76 minor changes to dns from pr #2037
5 years ago
Kslr e52d3fa90b
Merge pull request #2037 from weaving118/master
5 years ago
weaving118 debb7f0c44
ignore if domain already lookup failed
5 years ago
weaving118 1345185b81
add errExpectedIPNonMatch and return nil if empty response
5 years ago
weaving118 e916a3b29d
update confip ip to expectIPs
5 years ago
vcptr 54f903040a early inited log
5 years ago
weaving118 101f5d32fa
add ip match feature for dns
5 years ago
fcying 1cc7702c51 check detour tag size
5 years ago
fcying fa926a1d1d access log add detour tag
5 years ago
vcptr 385fed08de fix: allow tls outbound http proxy outbound
5 years ago
Yingyu Cheng 1b1146dbaa
fix segment fault when use api remote config
5 years ago
vcptr 01e3a5f809 add StatsService.GetSysStats
5 years ago
Kirill Motkov 0401a91ef4 Some code improvements
5 years ago
Kslr 66cba31123 return error instead of panic, fixes #1638
6 years ago
Darien Raymond 02d8845093
add scripting support for attributes matching
6 years ago
Darien Raymond 0d31a68694
extract all session context before checking conditions
6 years ago
Darien Raymond 95583b5031
support range list in routing rule
6 years ago
Darien Raymond 3828a463ea
move sniffing request to session
6 years ago
Darien Raymond 95ed5a5ff8
comments
6 years ago
Darien Raymond 7e5e080488
move sniffing result to session
6 years ago
Darien Raymond f41b07395a
fix error propagation for nxdomain
6 years ago
Darien Raymond bb8465e1d6
fix dns parsing for unknown header types
6 years ago
Darien Raymond 9957c64b4a
correctly propagate dns errors all the way through.
6 years ago
Darien Raymond c27050ad90
fix usability for both IPv4 and v6 in static dns mapping
6 years ago
Darien Raymond 6c31049295
add some log to dns lookup
6 years ago
Darien Raymond 4eb2b5e607
merge ext into core
6 years ago
Darien Raymond 932e09a388
remove dep of assert lib
6 years ago
Darien Raymond 2aa0c08709
check domain name
6 years ago
Darien Raymond 836440c61a
dns outbound proxy
6 years ago
Darien Raymond bdd71a44b4
remove dep on assert lib
6 years ago
Darien Raymond 1ab94fed79
optimize v2ctl size
6 years ago
Darien Raymond 3b02c02ab4
Revert "move init func to separate files"
6 years ago
Darien Raymond 3de50a6412
move init func to separate files
6 years ago
Darien Raymond c9958681f7
remove dependency on assert lib
6 years ago
Darien Raymond ffb3793b26
support domain to domain mapping in static host
6 years ago
Darien Raymond 44d87ed642
inbound tag for dns requests
6 years ago
Darien Raymond defc93c49d
rename dispatcher to handler
6 years ago
Darien Raymond 163776b182
remove dependency on assert lib
6 years ago
Darien Raymond edd71de1c3
remove dependency on assert lib
6 years ago
Darien Raymond 4468c60b95
remove usage on assert lib
6 years ago
Darien Raymond b52725cf65
DialUDP function
6 years ago
Darien Raymond 3de8389361
rename CloseError() to Interrupt()
6 years ago
Darien Raymond d35c407419
fix #1493
6 years ago
Darien Raymond 1c830472b9
dns protocol package
6 years ago
Darien Raymond daa8c9c5da
rename NameServerInterface to Client
6 years ago
Darien Raymond fc1e660c27
change net.IP to net.Address
6 years ago
Darien Raymond 7f1bd9f522
comment
6 years ago
Darien Raymond 0ca762e0e2
fix a deadlock in cacheReader. fix #1471
6 years ago
Darien Raymond 30b5bffad4
support custom log handler
6 years ago
Darien Raymond b9450d8475
Revert "use default logger for android and ios"
6 years ago
Darien Raymond 9743380e2d
use default logger for android and ios
6 years ago
Darien Raymond 82d562d1f0
use session.Outbound.ResolvedIPs
6 years ago
Darien Raymond bea521537e
errors.Combine
6 years ago
Darien Raymond e5314cfb56
domain property
6 years ago
Darien Raymond 057e271588
update proto lib
6 years ago
Darien Raymond 39a092b178
fix #1427
6 years ago
Darien Raymond 9cad27e9bd
skip answer if it is not A or AAAA record
6 years ago
Darien Raymond 1cc3a4832d
fix logic for adding localhost dns
6 years ago
Darien Raymond 3eac22c27d
add missing changes
6 years ago
Darien Raymond bb8cab9cc7
change from map to slice
6 years ago
Darien Raymond 769f770cf7
migrate NetworkList to []Network
6 years ago
Darien Raymond 7b80322b60
fix function signature
6 years ago
Darien Raymond 6543f5825b
remove usage of NetworkList in NetworkMatcher
6 years ago
Darien Raymond b9c8506c23
optimize network matcher
6 years ago
Darien Raymond 8a82a3664c
pick IP family by local address in freedom
6 years ago
Darien Raymond bb1efdebd1
support querying either IPv4 or IPv6 dns
6 years ago
Darien Raymond afc613f8f3
test case for edns0_subnet
6 years ago
Darien Raymond d013e8069d
switch to stdlib for dns queries
6 years ago
Darien Raymond 842a089dad
refactor multibuffer
6 years ago
Darien Raymond 0f324a613e
remove MultiBuffer.Release
6 years ago
Darien Raymond 2364f5f280
remove AddressFamily.Either()
6 years ago
Darien Raymond a01fdc29a6
remove NewMultiBufferValue
6 years ago