Commit Graph

5586 Commits

Author SHA1 Message Date
Kslr 34a98e8629
Create CODE_OF_CONDUCT.md (#941) 2021-04-29 16:21:22 +08:00
Shelikhoo dbfc2138e4
fix: make sure the ctx is propagated to connections by detached connection for udp dns 2021-04-28 16:44:01 +01:00
Shelikhoo d48cf1a648
fix: make sure the ctx is propagated to connections by detached connection 2021-04-28 16:29:19 +01:00
Shelikhoo 2e26cf6587
fix: make sure the ctx is propagated to connections 2021-04-28 15:43:43 +01:00
Xiaokang Wang 582e9038c5
Update core.go 2021-04-26 13:49:24 +01:00
Loyalsoldier a21e4a7deb
Fix: FakeDNS IPv6 & refine JSON unmarshal (#925) 2021-04-22 08:12:52 +08:00
sixg0000d bad6cdfb88
Fix: fakedns return ErrEmptyResponse without result (#926) 2021-04-22 08:12:05 +08:00
Shelikhoo 8ba4ac15ac
fixed a panic issue caused by not checking type of input address in fake dns 2021-04-18 23:45:51 +01:00
Loyalsoldier 4737a1fd5d
Chore: update dependencies (#920) 2021-04-18 23:12:23 +08:00
QxQ 3a51c255eb
Update uuid.go 2021-04-18 15:38:04 +08:00
Shelikhoo 7dce725f87
update version 2021-04-17 11:03:44 +01:00
Shelikhoo 3138b3e815
removed tool to prepare for v5 2021-04-17 10:50:53 +01:00
Shelikhoo 0c6a2e06b9
added json loading of the PinnedPeerCertificateChainSha256 2021-04-16 23:52:49 +01:00
Shelikhoo 50bdcc24a7
pinned cert test 2021-04-15 20:03:33 +01:00
Shelikhoo ebb720804d
refactored cert pin 2021-04-15 20:02:48 +01:00
Shelikhoo 6263315923
added test case for pinned certificates 2021-04-15 19:49:26 +01:00
Shelikhoo 29718735be
apply coding style 2021-04-15 19:02:57 +01:00
Shelikhoo 92b845a45b
added calculation of certificate hash as separate command and tlsping, use base64 to represent fingerprint to align with jsonPb 2021-04-15 19:01:55 +01:00
Shelikhoo 34a3850f16
publish cert chain hash generation algorithm 2021-04-15 18:17:52 +01:00
Shelikhoo 59472de6a9
verify peer cert function for better man in the middle prevention 2021-04-15 18:16:19 +01:00
QxQ 327cbdc5cd
grammar fix 2021-04-14 10:09:52 +08:00
Shelikhoo 3cd145a6f0
fix not creating test dir in some environment 2021-04-13 18:15:06 +01:00
Shelikhoo d7c9a98d76
apply coding style 2021-04-13 16:06:48 +01:00
Shelikhoo 8323add330
apply coding style 2021-04-13 15:50:29 +01:00
Shelikhoo 1e282944a6
apply coding style 2021-04-13 15:39:10 +01:00
Shelikhoo 2f35bbecbe
Make sure FakeDNSEngineRev0 also satisfy FakeDNSEngine signature 2021-04-13 15:23:30 +01:00
Shelikhoo f5d2ddedb4
Merge branch 'dev-fakednsimprovement' 2021-04-13 15:14:47 +01:00
Shelikhoo 8dc4fa2056
update readme for third party project usage for advanced protobuf loader 2021-04-13 15:12:48 +01:00
Shelikhoo 6dcdd2afad
Merge branch 'dev-advloadblancer-2' 2021-04-13 15:09:32 +01:00
Loyalsoldier 4bbe672ffd
Test: add test to avoid the error of missing geoip & geosite (#895) 2021-04-13 10:52:01 +08:00
Loyalsoldier b9ad33070e
Bump version to v4.37.3 2021-04-12 23:21:20 +08:00
Loyalsoldier 9beabe833a
Chore: update debian package (#894) 2021-04-12 23:14:26 +08:00
Loyalsoldier 66c3423b98
Fix: use Go v1.16 to build deb package (#890) 2021-04-12 12:07:04 +08:00
Loyalsoldier 7790d33185
Fix: v2ray.location.asset env not working (#889) 2021-04-12 10:01:30 +08:00
Shelikhoo f5ac3741e9
fix building issue for v2ctl 2021-04-12 01:24:10 +01:00
Shelikhoo 726f023a5d
fix incorrect service name 2021-04-12 01:18:20 +01:00
Shelikhoo d16f00cc51
fix test with new init function signature 2021-04-12 01:17:49 +01:00
Shelikhoo 098bf4bc21
added placeholder debian release message 2021-04-11 11:12:32 +01:00
Loyalsoldier 31abe08c05
Chore: simplify DNS hosts struct (#888) 2021-04-11 12:46:02 +08:00
Loyalsoldier 47bbb5a3de
Fix: DNS hosts proxied domain priority (#886) 2021-04-11 11:52:12 +08:00
Loyalsoldier bada0e48b4
Feat: DNS hosts support multiple addresses (#884) 2021-04-10 21:56:08 +08:00
Shelikhoo 488f9845c6
added fake dns + others matching logic 2021-04-10 13:40:15 +01:00
Shelikhoo 94ab10fce3
added json parser for multi fake dns pool 2021-04-10 00:08:50 +01:00
Shelikhoo 1ed32e35a6
Fake DNS additional API for fake dns + others and request aware response 2021-04-10 00:01:14 +01:00
Shelikhoo 3b4920a1e6
fake dns + others sniffer 2021-04-09 23:59:52 +01:00
Shelikhoo 7e82418a40
make fake dns aware of resolution IP proto requirement in fake dns server 2021-04-09 23:19:06 +01:00
Shelikhoo c6064452f0
added new API to support fakedns + other sniffer and IPv4 IPv6 dual stack fake dns 2021-04-09 23:15:20 +01:00
Shelikhoo caaf7f74f5
adjust test to match new init function 2021-04-09 16:02:45 +01:00
Xiaokang Wang 400dc15c00
Update core.go 2021-04-09 15:36:58 +01:00
Loyalsoldier 108a700e85
Fix: fakedns option (#879) 2021-04-09 15:02:42 +01:00