Commit Graph

445 Commits

Author SHA1 Message Date
Alireza Ahmadi
f79a33d712 httpsplit fix title 2024-07-18 21:36:01 +02:00
Alireza Ahmadi
6affec09d3 [warp] enhanced + delete option #1055 2024-07-14 18:19:38 +02:00
Alireza Ahmadi
22ac7fe3cc fallback outbound in balancer #1244 2024-07-14 12:42:47 +02:00
Alireza Ahmadi
073bfb8991 fix observatory data #1333 2024-07-14 02:43:17 +02:00
mhsanaei
19a7a8574c typo fixed 2024-07-10 21:06:58 +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
e5eb237114 new - splithttp
inbound
outbound
2024-06-18 13:38:26 +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
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
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
67344e505c Add online animation #1086 #1096 2024-04-13 10:41:50 +02:00
Alireza Ahmadi
649c96ef16 update ws and httpupgrade 2024-04-09 19:51:51 +02:00
Alireza Ahmadi
3b7738a6c9 small fixes 2024-03-17 20:21:51 +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
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
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
Alireza Ahmadi
dc332b09fa add dns obf type to kcp 2024-03-12 12:16:34 +01:00
Alireza Ahmadi
482e04e614 [xray] add mux to outbound 2024-03-11 16:24:04 +01:00
Alireza Ahmadi
5ae613c188 [sub] JSON sub enhancement #1029 2024-03-11 11:56:28 +01:00
Alireza Ahmadi
1cc72ae6af [xray] add sockopt to all outbounds #1017 2024-03-11 11:53:17 +01:00
Hamidreza
b6ccb2e076 Some fixes and improvements (#1077)
* [refactor] api controller

* [update] use status code for jsonMsg and 401 to unauthorize

* [update] handle response status code via axios

* [lint] all .go files
2024-03-10 18:00:44 +01:00
Alireza Ahmadi
e3c2b42048 [xray] add sockopt #1017 2024-03-10 17:46:51 +01:00
Alireza Ahmadi
029df32b71 [xray] add dns tag #1018 2024-03-10 17:05:21 +01:00
Shahin
c834e4cc35 [i18n] add security alert translation (#1036)
* [ui] fix external proxy input field

* [settings] improve security alert

* [i18n] add security alert translation

* [i18n] fix vietnamese lang
2024-02-27 11:31:13 +01:00
Alireza Ahmadi
6b174762e2 close modal only after success msg 2024-02-26 23:39:45 +01:00
Mohammadi, Erfan
50d4e67e59 Add sorting to client and traffic columns, fix typo (#1005)
* Enable sorting for client and traffic columns in innerColumns and client column in innerMobileColumns.
Fix typo: mobileColums -> mobileColumns.

* Refactored sorter functions in inbounds.html

* Fix sorting issue in inbounds.html

* Refactor email sorting function in inbounds.html

* Add traffic sorting to inbounds table

* small changes

* Add hover effect to table column sorters

* Update background color in dark mode

* Fix hover background color in dark mode

* Remove unnecessary CSS styles for table column sorters

---------

Co-authored-by: Alireza Ahmadi <alireza7@gmail.com>
2024-02-26 16:02:16 +01:00
MHSanaei
64e2e62292 i think its better to remove 2024-02-25 19:46:06 +03:30
Alireza Ahmadi
eb36faced9 [log] fix download format 2024-02-24 00:20:40 +01:00
Alireza Ahmadi
99e9c27d2f small changes 2024-02-24 00:08:25 +01:00
Shahin
afd072a430 [xray] balancerTag & logs translation (#1008) 2024-02-22 18:34:22 +01:00
Alireza Ahmadi
3bbf83924c [rule] clearable outbound & balancer #996 2024-02-22 14:43:19 +01:00
Alireza Ahmadi
47efac270d v1.7.2 2024-02-21 10:08:14 +01:00
Alireza Ahmadi
368eb89cd9 revert main page style 2024-02-21 02:24:28 +01:00
Alireza Ahmadi
83e360ea1b simplify log and text modals 2024-02-21 00:36:55 +01:00
Alireza Ahmadi
6cdeb7ebeb [dark] change message by theme 2024-02-20 22:12:51 +01:00