Commit Graph

777 Commits

Author SHA1 Message Date
Hassan Ali Gilani
f5ce84ae68 Add getClientTrafficsById (#1347)
* Add getClientTrafficsById
Ability for API to get traffics by uuid

* bugfix GetClientTrafficByID

* bugfix
GetClientTrafficByID

* Update
GetClientTrafficByID function by Alireza0 Recomendation

* update
Replace Logger Warning with Debug for GetClientTrafficByID

* Fix: return empty array instead of error in case of gorm.ErrRecordNotFound

---------

Co-authored-by: Ali Gilani <gilani1364@gmail.com>
2024-07-14 12:08:30 +02:00
Alireza Ahmadi
f6535dd83e disable mux for vision flow #1193 2024-07-14 04:11:08 +02:00
Alireza Ahmadi
4d9c68dd7b fix domain validator #1329 2024-07-14 03:36:05 +02:00
Alireza Ahmadi
84ecdae7ca safe login #1365 2024-07-14 03:19:12 +02:00
Alireza Ahmadi
073bfb8991 fix observatory data #1333 2024-07-14 02:43:17 +02:00
Alireza Ahmadi
3e5660e1af fix randomShortID #1338 2024-07-14 00:55:25 +02:00
mhsanaei
19a7a8574c typo fixed 2024-07-10 21:06:58 +02:00
mhsanaei
038faf0197 Expand arch support in downloadXray 2024-07-10 20:56:14 +02:00
mhsanaei
2211838592 fix wrong splithttp default
Co-Authored-By: mmmray <142015632+mmmray@users.noreply.github.com>
2024-07-10 20:56:14 +02:00
Alireza Ahmadi
d7c62c0f4a Merge pull request #1320 from MHSanaei/main
new - splithttp transport
2024-06-18 14:37:12 +02:00
mhsanaei
d13518b6a8 fix 2024-06-18 14:11:27 +02:00
mhsanaei
19b197154a gopsutil v4 2024-06-18 13:40:08 +02:00
mhsanaei
e5eb237114 new - splithttp
inbound
outbound
2024-06-18 13:38:26 +02:00
Alireza Ahmadi
dc9bfc1e91 gopsutil v4 2024-06-15 12:48:28 +02:00
Alireza Ahmadi
9b43c37780 check error in remove by core-api 2024-06-15 11:19:05 +02:00
vnxme
1e3bd2fa73 Ensure IPv6 compliant host (#1252)
* Ensure IPv6 compliant host in sub/subController

* Ensure IPv6 compliant host in web/controller/util

* Ensure IPv6 compliant host in web/middleware/domainValidator
2024-05-21 21:00:38 +02:00
Hamidreza
739f4281fb [fix] always serve panel even if xray failed to run 2024-05-09 18:14:32 +03:30
Alireza Ahmadi
3e416a49fb fix show sniffing parameters #1227 2024-05-08 19:03:34 +02:00
Alireza Ahmadi
cf532510db v1.8.3 2024-05-08 18:44:51 +02:00
Alireza Ahmadi
d3481043d4 [dns] skipFallback option #1019 2024-05-03 22:50:49 +02:00
Alireza Ahmadi
7cc6c19843 disable sniffing by default + features #1199 #1213 2024-05-03 21:39:08 +02:00
Alireza Ahmadi
5bbb15bc98 add dokodemo timeout #1200 2024-05-03 21:21:08 +02:00
Alireza Ahmadi
f6b4334696 fix ws link null host #1189 2024-04-20 22:07:39 +02:00
Alireza Ahmadi
8ff75c626e fix dns edit modal 2024-04-20 13:10:44 +02:00
Ho3ein
ce9e710840 Upgrade packages (#1179)
* clipboard.js v2.0.11

* axios v0.28.1

* URI.js v1.19.11

* vue v2.7.16

* OCPD

* default config - UseIP domainStrategy

* minify css
2024-04-20 12:58:30 +02:00
Alireza Ahmadi
7258cbfc70 fix empty client ID on request #1182 2024-04-18 22:53:33 +02:00
Alireza Ahmadi
cf9e09eaf3 fix httpupgrade headers
Co-Authored-By: MHSanaei <ho3ein.sanaei@gmail.com>
2024-04-17 17:34:06 +02:00
Alireza Ahmadi
9fbe7ba17e fix dns outbound error in list 2024-04-16 12:18:47 +02:00
Alireza Ahmadi
d57e031424 ws host+backward compatibility #1154 2024-04-15 20:00:52 +02:00
Alireza Ahmadi
67344e505c Add online animation #1086 #1096 2024-04-13 10:41:50 +02:00
Alireza Ahmadi
ce7e5d07c7 fix blackhole type #1149 2024-04-10 23:27:40 +02:00
Alireza Ahmadi
5701d53a24 fix httpUpgrade host #1154 2024-04-09 21:25:34 +02:00
Alireza Ahmadi
649c96ef16 update ws and httpupgrade 2024-04-09 19:51:51 +02:00
Alireza Ahmadi
56928a22c7 [xray] fix: convert link to json #1107 2024-03-19 10:39:19 +01:00
Alireza Ahmadi
3b7738a6c9 small fixes 2024-03-17 20:21:51 +01:00
Alireza Ahmadi
c6ce96a63e avoid empty client id #1099 2024-03-15 19:03:02 +01:00
Alireza Ahmadi
b6fe0c9342 [xray] balancer leastPing leastLoad 2024-03-13 02:02:55 +01:00
Alireza Ahmadi
00e3db0caa remain rules on delete balancer 2024-03-12 23:54:04 +01:00
Alireza Ahmadi
ed3a6c36e6 fix remained traffic in info #1083 2024-03-12 23:34:42 +01:00
Alireza Ahmadi
ada0287dc9 [ui] remove online animation #1086 2024-03-12 20:32:07 +01:00
Alireza Ahmadi
4f9ec33393 support IPv6 address in Link #1085 2024-03-12 20:23:33 +01:00
Alireza Ahmadi
fd98ff6fad improve null handling
Co-Authored-By: MHSanaei <ho3ein.sanaei@gmail.com>
2024-03-12 19:29:21 +01:00
Alireza Ahmadi
ecf89e430d add dns obf to outbound kcp 2024-03-12 19:13:46 +01:00
Alireza Ahmadi
af881a8fe4 limit mux to connection base outbounds 2024-03-12 19:13:14 +01:00
Alireza Ahmadi
490ed0ab96 [feature] add grpc authority
Co-Authored-By: MHSanaei <ho3ein.sanaei@gmail.com>
2024-03-12 19:12:07 +01:00
Alireza Ahmadi
29d348bd67 [feature] add httpUpgrade transport
Co-Authored-By: MHSanaei <ho3ein.sanaei@gmail.com>
2024-03-12 15:40:41 +01:00
Alireza Ahmadi
cec900b596 [xray] add outbound sendThrough #1017 2024-03-12 14:07:53 +01:00
Alireza Ahmadi
463a120d58 fix sockopt in all protocols 2024-03-12 13:58:31 +01:00
Alireza Ahmadi
2012dd0c0a small changes 2024-03-12 12:24:26 +01:00
Alireza Ahmadi
b22d1e082a [subJson] add mux and direct 2024-03-12 12:24:01 +01:00