Commit graph

1053 commits

Author SHA1 Message Date
Shishkevich D.
be20335d55 refactor: move copy function to utils.js 2025-03-07 07:27:33 +00:00
Shishkevich D.
08372d5adb refactor: delete base64js
instead of base64 library you can use built-in JS functions `btoa()` and `atob()`
2025-03-07 07:11:03 +00:00
Shishkevich D.
4bdfc8c5eb refactor: delete clipboardjs (#2727)
text copying can be done without using additional libraries
2025-03-06 20:43:46 +01:00
UltraMegaPotato
2393010464 Change the cpu usage interval from second to minute (#2729)
feature(check_cpu_usage): Change the usage interval from second to minute
2025-03-06 20:38:58 +01:00
mhsanaei
dacd749cd1 Balancer fallbackTag #2724 2025-03-06 20:35:17 +01:00
Shishkevich D.
0b45413f82 Pretty Panel and Xray settings (#2726)
* chore: refactor `setting-list-item` component

* chore: remove padding

* chore: replace settings list with settings collapse panels

* chore: add missing translations

* chore: fix translation
2025-03-06 11:17:25 +01:00
Shishkevich D.
ed6f9f76b2 feat: add statistics section (#2718)
the "Outbounds Traffic" parameter, which was misleading, was also renamed and moved
2025-03-05 13:27:25 +01:00
mhsanaei
77630896b3 Noise: Add hex 2025-03-05 13:22:07 +01:00
mhsanaei
f94dc58380 Sockopt: Add addressPortStrategy 2025-03-05 13:14:17 +01:00
Shishkevich D.
7fa1951d80 chore: add global params for DNS (#2713)
parameter list: `disableCache`, `disableFallback`, `disableFallbackIfMatch`, `clientIp`
2025-03-04 14:18:51 +01:00
mhsanaei
c57e2edc46 better view for uTLS 2025-03-04 12:50:49 +01:00
mhsanaei
e7ed82c58a TLS-REALITY : hide value of private key 2025-03-04 10:36:02 +01:00
Shishkevich D.
08baa2bfef chore: pretty dns section in xray settings (#2700) 2025-03-04 09:55:13 +01:00
Shishkevich D.
6df2190baa chore: pretty auth tab in panel settings (#2701) 2025-03-04 09:54:59 +01:00
mhsanaei
70ceee75ac Xray core v25.3.3 2025-03-04 09:54:10 +01:00
mhsanaei
03a065a4e1 TLS fingerprints: randomizednoalpn 2025-03-03 10:20:52 +01:00
mhsanaei
c27b7c8ee3 fix mistake 2025-03-01 10:19:52 +01:00
atarwn
01b1e03b61 Improved ru_RU translation (#2677)
* Improved ru_RU translation

Some words have been changed to sound nicer. I made some words less complicated to understand. I also fixed some warnings and messages so they are easier to read.

* Apply suggestions from code review
2025-02-28 10:42:27 +01:00
mhsanaei
5db945c758 Xray core buggy version removed 2025-02-27 13:40:56 +01:00
Shishkevich D.
ec7eba73b3 feat: add quic protocol in xray rule modal (#2666) 2025-02-24 09:23:59 +01:00
mhsanaei
e21716763f bug fix #2660 2025-02-22 14:31:08 +01:00
mhsanaei
e9c48424ae serverNameToVerify to verifyPeerCertInNames #2662 2025-02-22 14:09:52 +01:00
AAA
6f3856211e feat(externalTrafficJob): External Traffic Inform (#2660)
* Add Setting entity + GUI field in panel settings

* Add a missing 'Traffic' in InformEnabale field

* Add ExternalTrafficURL Post request call

* Add translation + cleanup

* Move options to General tab

---------

Co-authored-by: root <root@vm3562019.stark-industries.solutions>
Co-authored-by: root <root@vm3688062.stark-industries.solutions>
2025-02-22 10:45:14 +01:00
Sanaei
7e64355f51 revert group management (#2656)
* Revert "json post base path bug fixed (#2647)"

This reverts commit 2c88e53ba0.

* Revert "Group Management of Subscription Clients"

* Revert "fix getSubGroupClients for enable/disable and edit clients."

* Revert "Enhance database initialization in db.go (#2645)"

This reverts commit fc8cce9f90.

* Revert "Add checkpoint handling in CloseDB function (#2646)"

This reverts commit 13b1e4c7e6.

* Revert "Improved database model migration and added indexing (#2655)"

This reverts commit cb6ba20865.
2025-02-04 11:27:58 +01:00
mhsanaei
7a410b8e8a v2.5.1 2025-02-03 17:40:33 +01:00
Abolfazl Fazilat
98e4262fda Completed translation for missing text (#2653) 2025-01-31 18:54:52 +01:00
AghayeCoder
7b839597a0 fix getSubGroupClients for enable/disable and edit clients. 2025-01-31 17:27:09 +03:30
AghayeCoder
a6758637a1 switcher for outbound traffic 2025-01-31 17:24:03 +03:30
mhsanaei
274b8c8704 [subJson] better direct options
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2025-01-26 19:43:02 +01:00
mhsanaei
cb96e9a318 TLS - serverNameToVerify 2025-01-26 19:33:50 +01:00
mhsanaei
4f3d530874 outbound Traffic - default false
if you need it you need to change it manually to true
2025-01-26 11:22:42 +01:00
mhsanaei
6e1eb60cb1 minor change 2025-01-26 11:07:45 +01:00
mhsanaei
32cdfee6e0 default setting - scStreamUpServerSecs 2025-01-26 11:07:35 +01:00
Ivan Zorin
c8bf3221a0 Fix non-MultiUser dbInbounds (#2649) 2025-01-26 11:03:06 +01:00
mhsanaei
bfaf6b290f bug fix - get client ips 2025-01-24 17:16:16 +01:00
Ali Rahimi
2c88e53ba0 json post base path bug fixed (#2647)
* json post base path bug fixed

* added comment field to group client management
2025-01-23 21:33:47 +01:00
mhsanaei
11fc842844 XHTTP - scStreamUpServerSecs 2025-01-21 22:43:13 +01:00
Ali Rahimi
661ae0e671 Group Management of Subscription Clients (#2644)
* add group user with the same subscription id to all inbounds

* code format compare

* add await for reset client traffic

* en language changed

* added client traffic syncer job

* handle exist email duplicate in sub group

* multi reset and delete request for clients group

* add client traffic syncer setting option

* vi translate file updated

* auto open qr-modal bug fixed
2025-01-21 03:01:54 +01:00
Tara Rostami
ecc9e8a737 Minor Fixes (CSS) (#2641) 2025-01-15 12:50:50 +01:00
Alex Churin
3b17a74a73 wireguard modal fix (#2640) 2025-01-14 16:08:19 +01:00
xtclovver
be3016f351 Update translate.ru_RU.toml (#2637)
Fixed ru translation
2025-01-13 18:23:19 +01:00
mortefy
68f27be470 Fixed ru translation (#2638) 2025-01-13 18:22:35 +01:00
mhsanaei
573afb1f0a time Location - local 2025-01-11 15:13:49 +01:00
Igor Semenov
6b5e65238d Add Russian domains (#2635)
Add Russian domains
2025-01-11 13:39:32 +01:00
Tara Rostami
b4a0aceebd Minor Fixes (UI) (#2636)
* Minor Fixes (UI)

* Update custom.min.css
2025-01-11 13:38:26 +01:00
mhsanaei
d86ab94154 bug fix 2025-01-05 21:04:18 +01:00
mhsanaei
23cc2e4cb8 iplimit: ipRegex improved
When the client has MUX enabled, a TCP or UDP prefix appears before the IP address. We initially weren’t aware of this behavior, but we have now resolved the issue.
2025-01-05 18:58:51 +01:00
mhsanaei
a940da8fee Add custom v2ray rules for Russia
runetfreedom/russia-v2ray-rules-dat
2025-01-05 15:39:40 +01:00
mhsanaei
2e95d48e72 bug fix - reality settings 2025-01-01 22:49:29 +01:00
mhsanaei
2d77a134ca httpupgrade: remove host from header 2025-01-01 20:18:28 +01:00
LoST
720711640e Added "comment" in all languages (#2631)
- Added a "comment" in all languages

---------

Co-authored-by: mhsanaei <ho3ein.sanaei@gmail.com>
2025-01-01 19:13:55 +01:00
mhsanaei
1f8e315784 xmux - hMaxReusableSecs 2025-01-01 18:48:47 +01:00
mhsanaei
a79991c35a tcpNoDelay to penetrate 2025-01-01 18:42:50 +01:00
mhsanaei
2ab8de711c Xray core buggy version removed
v1.8.24 and
major >=25.1.1
2025-01-01 18:36:46 +01:00
mhsanaei
bd0b4e4397 Fallback - Reality
this is not my problem they don't mention it on their document
2024-12-30 00:38:49 +01:00
MHSanaei
3d59fa7ea6 bug fix - outbound xhttp link 2024-12-27 21:30:51 +01:00
mhsanaei
c039508d74 bug fix - vmess tls 2024-12-27 17:59:59 +01:00
mhsanaei
df98d80b91 Client: Comment
now you can add Comment and write anything you want to remember
2024-12-27 13:48:07 +01:00
mhsanaei
b47981fba9 moment v2.30.1 2024-12-25 20:27:48 +01:00
mhsanaei
1db27c3c60 axios v1.7.9 2024-12-25 19:09:54 +01:00
Baton34
cd94a69fc5 RU: translation fix (#2620) 2024-12-22 14:10:06 +01:00
KiselevAlexander
6ad9369cb1 Added ip limit data and controls to client info modal (#2617) 2024-12-20 18:34:30 +01:00
mhsanaei
c93cf8dc01 TLS, REALITY : fingerprint set default to chrome 2024-12-17 23:25:54 +01:00
mhsanaei
e72519f969 remove insecure cipher suites list 2024-12-17 23:18:16 +01:00
mhsanaei
a4d80651f2 UTLS: unsafe 2024-12-17 23:17:12 +01:00
mhsanaei
9ffba7e10f XHTTP: server & client
Remove scMinPostsIntervalMs, xmux, noGRPCHeader from the server side and add them to the client side.

Before you could have them on sub json but I decided to remove them.
2024-12-17 10:39:37 +01:00
MHSanaei
1de6f9a2c5 improve iplimit 2024-12-16 14:26:47 +01:00
MHSanaei
f35d531acc fix session
twice  set-cookie bug fixed
2024-12-16 14:24:59 +01:00
mhsanaei
a3babff47a XHTTP: Add "scMaxBufferedPosts" 2024-12-16 11:20:38 +01:00
MHSanaei
6c29c86a5e XHTTP: Add "hMaxRequestTimes, hKeepAlivePeriod" 2024-12-16 10:13:01 +01:00
mhsanaei
22f5922601 XHTTP: Add "keepAlivePeriod" 2024-12-11 17:05:47 +01:00
mhsanaei
5f97663e30 Xray core buggy version removed
accept >= v24.11.30 or v1.8.24
2024-12-05 20:17:47 +01:00
mhsanaei
fabcaa2d6a xhttp - default settings 2024-12-05 20:15:19 +01:00
mhsanaei
3f3fc3d644 Transport: Remove HTTP
Migrated to XHTTP "stream-one" mode.
2024-12-04 13:49:43 +01:00
mhsanaei
665154fbdf [warp] report error in change license
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-12-03 23:01:32 +01:00
lexnake3
ae72dbd7b5 show IP on warning log when user pass is not correct (#2607) 2024-12-03 22:41:14 +01:00
mhsanaei
a4db481da2 splithttp to xhttp 2024-12-03 22:24:34 +01:00
mhsanaei
6f0325766e WebSocket: Add heartbeatPeriod 2024-12-03 22:07:58 +01:00
mhsanaei
3e47bedec7 XHTTP: Add "stream-one" 2024-12-03 21:57:44 +01:00
mhsanaei
609e3285bf XHTTP: noGRPCHeader 2024-11-21 17:56:25 +03:30
mhsanaei
63a8b726b7 update dependencies 2024-11-21 00:37:44 +03:30
mhsanaei
16cb0c9973 AsIs - freedom DS 2024-11-21 00:31:45 +03:30
Alireza Ahmadi
0431bb113e fix core restart on client change (#2603) 2024-11-16 17:05:23 +03:30
modimobeikete
936fd5cf91 Add new language ja-JP (#2601) 2024-11-15 13:38:48 +03:30
mhsanaei
51a74e7ca7 SplitHTTP - Mode 2024-11-14 13:09:51 +03:30
mhsanaei
c13802b041 ShadowSocks - ivCheck 2024-11-12 14:01:42 +03:30
mhsanaei
0fd0843b56 Xray core buggy version removed
accept >= v24.11.11 or v1.8.24
2024-11-12 12:13:10 +03:30
DecorativeFamily
c03dc766cb [CodeFactor] Apply fixes (#2595)
Co-authored-by: codefactor-io <support@codefactor.io>
2024-11-12 01:28:00 +03:30
mhsanaei
487e7814a1 rename - splithttp to xhttp 2024-11-03 10:51:53 +01:00
mhsanaei
9143b14a59 bash - set or reset listenIP
we need this if we want to add SSH port forwarding
2024-10-30 16:35:36 +01:00
mhsanaei
72ead98a7f REALITY: SplitHTTP transport 2024-10-30 14:46:27 +01:00
mhsanaei
17b78ebcdd Xray core buggy version removed
only v24.10.16 or newer and v1.8.24
2024-10-29 14:56:30 +01:00
mhsanaei
2fe0b04b91 removed - XTLS Security
because its too old and no one use it anymore
2024-10-29 12:50:25 +01:00
pr3ci0u5
cc44aa0a84 Update translate.ru_RU.toml (#2588) 2024-10-29 11:03:15 +01:00
mhsanaei
ab093f9168 iplimit - accept all email format 2024-10-28 20:13:42 +01:00
mhsanaei
868ce1c44e fix outbound noises
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-10-21 10:40:29 +02:00
MHSanaei
569c03f64d wireguard - noKernelTun 2024-10-20 14:07:21 +02:00
Amazing Watermelon
c661eae0e0 Fixed the traditional Chinese name 2024-10-20 11:33:50 +02:00
mhsanaei
571724b998 v2.4.5 2024-10-17 12:27:13 +02:00
mhsanaei
af63f57091 move security domains into protection shield 2024-10-17 11:27:36 +02:00
MadrinX
d670a70ee0 feat(tgbot): Add the option to change the telegram API server (#2584) 2024-10-17 10:59:42 +02:00
mhsanaei
2c27e68cb8 splithttp - xmux (change default value) 2024-10-17 10:40:56 +02:00
mhsanaei
c6d6a89273 freedom - default settings 2024-10-17 10:36:05 +02:00
mhsanaei
8b599be96e revert changes 2024-10-17 10:34:30 +02:00
mhsanaei
79c2d5ab4a Refactor size formatting for readability 2024-10-16 16:03:00 +02:00
Ahmad Thoriq Najahi
42ee6d7a10 feat(tgbot): Allow restart core via telegram bot (#2581) 2024-10-16 14:39:25 +02:00
mhsanaei
e96cbeecc9 REALITY: target as an alias of dest
I don't want to add it separately because they are the same, just the name is different.
2024-10-16 12:22:07 +02:00
mhsanaei
0f6daace1b Wireguard - kernel Tun 2024-10-16 12:08:01 +02:00
MHSanaei
8cff3e6390 500 rows for log page 2024-10-15 21:49:36 +02:00
laperuz92
a184d47877 Update Russian translation. (#2583)
* Update Russian translations.

* Some more fixes
2024-10-15 20:56:09 +02:00
MHSanaei
e0189ddc9c fix core restart on traffic reset of disabled client
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-10-15 20:54:23 +02:00
MHSanaei
fbec1b9990 fix lang + more geoip option 2024-10-11 09:15:36 +02:00
Alireza Ahmadi
717387e7d4 fix subJson direct rules (#2580) 2024-10-10 22:33:44 +02:00
Alireza Ahmadi
e0c75834ea simplified basic routing (#2579) 2024-10-10 21:38:56 +02:00
Alireza Ahmadi
10062a1357 [bug] fix restarting core on disabling depleted user 2024-10-10 17:37:06 +02:00
Alireza Ahmadi
9ac3537370 [refactor] email verification method 2024-10-10 17:32:50 +02:00
mhsanaei
de5c53221b Sniffing - change default 2024-10-09 12:31:11 +02:00
mhsanaei
aa0031b22a validate Email - non-English Pattern 2024-10-09 10:49:05 +02:00
mhsanaei
89910b1b27 change name H2 to HTTP
because we also have h3 on it
2024-10-04 16:34:50 +02:00
mhsanaei
13af445488 Show tcpNoDelay only when tcpMptcp is true 2024-10-03 10:52:08 +02:00
mhsanaei
b46a6dfc44 Show buildChain only when usage is 'issue' 2024-10-03 10:48:01 +02:00
mhsanaei
c95e4b46bc maxConcurrency/maxConnections visibility 2024-10-03 10:43:33 +02:00
Huang Kuan Wei
ed77de17df add language zh-Tw (#2572)
* add translation zh-TW

* add zh-TW to langs.js
2024-10-03 09:46:15 +02:00
mhsanaei
adc8d39c9b update dependencies 2024-10-01 09:40:03 +02:00
mhsanaei
ff83a4558f RAW as an alias of TCP 2024-10-01 09:34:13 +02:00
Vyacheslav Scherbinin
dbdf3c9ada Fix toasts (#2571)
* Add space to toast status messages

* Removed opening space from translations
2024-09-30 17:06:38 +02:00
mhsanaei
3d1e0f74b3 Reality - min,max client (not active) 2024-09-27 14:57:04 +02:00
mhsanaei
9f82011228 Temporarily disabled Allocate 2024-09-27 14:37:57 +02:00
mhsanaei
c322afc4e0 update block and direct connection 2024-09-27 13:34:12 +02:00
mhsanaei
56fec943ea inbound - better view 2024-09-26 16:20:35 +02:00
mhsanaei
d0df39c6d0 refactor: split XTLS and Reality form tls into separate files 2024-09-26 16:01:58 +02:00
mhsanaei
7ede8c20ca DNS - Expect IPs 2024-09-26 13:08:54 +02:00
mhsanaei
ddd81569ab minor change 2024-09-25 10:40:21 +02:00
mhsanaei
dc23f8efad Direct Sub Json - geoIP, geoSite 2024-09-24 15:11:16 +02:00
mhsanaei
4317872184 Iplimit - warning improved 2024-09-24 13:24:10 +02:00
mhsanaei
2a85a98b96 removeNoise - hide when only one noise 2024-09-24 12:18:42 +02:00
mhsanaei
b6101342de removed - timeout 2024-09-24 12:00:37 +02:00
mhsanaei
3ee55a4727 add or remove noise 2024-09-24 11:38:10 +02:00
mhsanaei
781b4729cb HTTP - Allow Transparent 2024-09-17 11:37:24 +02:00
mhsanaei
f1086b6460 update noise to noises
+ type
2024-09-17 09:51:57 +02:00
mhsanaei
9b95e153d7 minor changes 2024-09-16 16:49:00 +02:00
mhsanaei
c3dd48b1a5 New - splithttp (xmux) 2024-09-16 16:47:59 +02:00
mhsanaei
6c3f0c363c login page - more width for lang 2024-09-16 13:52:21 +02:00
mhsanaei
9c68448bf3 more details - vmess security 2024-09-16 13:51:36 +02:00
mhsanaei
72bf4b3f29 New - Allocate 2024-09-16 11:41:21 +02:00
mhsanaei
7e116515eb fix mistake - security only for vmess 2024-09-16 10:37:02 +02:00
mhsanaei
bff0d8832f New - DNS Outbound (nonIPQuery, blockTypes) 2024-09-16 10:30:51 +02:00
mhsanaei
069e77ef07 geosite:category-ru and ir 2024-09-13 11:15:55 +02:00
mhsanaei
4701fbd5cc Reality - maxTimediff 2024-09-13 09:39:57 +02:00
mhsanaei
9c40929d5f freedom - default value for timeout
I've seen many users make the mistake of not setting the timeout value in Xray, which causes errors. Then, they mistakenly assume that 3x-ui has a bug.
2024-09-13 09:21:37 +02:00