Shishkevich D.
a16e83468b
chore: add dns
type for kcp protocol
...
see https://xtls.github.io/config/transports/mkcp.html#headerobject
2025-03-09 12:23:35 +07:00
Shishkevich D.
1c59afe031
chore: add missing params for grpc stream settings (outbound)
2025-03-09 04:49:17 +00:00
Shishkevich D.
c49ec9a74c
chore: add new grpc params for outbound ( #2744 )
2025-03-09 11:28:12 +07:00
mhsanaei
a0dd101d97
tgbot - restart
...
change restart force to restart
2025-03-08 23:08:04 +01:00
mhsanaei
700cf9c10b
minor changes
2025-03-08 18:14:48 +01:00
Shishkevich D.
697cd5e6d9
Code refactoring ( #2739 )
...
* refactor: switching to the use of typed props
* refactor: `password-input` -> `a-password-input`
* fix: qr modal copy error
2025-03-08 22:41:27 +07:00
Shishkevich D.
c6d27a4463
chore: pretty backup
and xray version
modal ( #2737 )
...
* chore: pretty `backup & restore` modal
* chore: pretty `xray version` modal
* fix: new `xray version` modal style
2025-03-08 20:41:23 +07:00
Shishkevich D.
751f564c4a
fix: base64 encoding on vmess/shadowsocks inbounds ( #2736 )
2025-03-08 12:33:34 +07:00
Shishkevich D.
6658f648e6
refactor: move language manager to utils ( #2735 )
2025-03-08 09:54:41 +07:00
Shishkevich D.
d6f9f3f6d3
chore: add empty screens for empty data (balancers, reverses, dns)
2025-03-07 22:17:14 +07:00
Shishkevich D.
fad6c497eb
chore: add empty screens for empty data (balancers, reverses, dns)
...
cleaned up some of the margins & paddings
2025-03-07 13:56:03 +00:00
Sanaei
42fa64770b
Merge pull request #2732 from shishkevichd/refactor/refactor-1
...
Code refactoring
2025-03-07 12:40:35 +01:00
Shishkevich D.
0a207b8a2c
refactor: merging all util functions into classes
2025-03-07 09:07:23 +00:00
Shishkevich D.
26bf693dbd
refactor: move copy function to utils.js
2025-03-07 07:27:33 +00:00
Shishkevich D.
7483fb2ec5
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.
2d8cca3a2e
refactor: delete clipboardjs
( #2727 )
...
text copying can be done without using additional libraries
2025-03-06 20:43:46 +01:00
UltraMegaPotato
cf7fec1351
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
361849b9db
Balancer fallbackTag #2724
2025-03-06 20:35:17 +01:00
Shishkevich D.
c13db7922e
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
mhsanaei
d6d05a9b4d
v2.5.4
2025-03-05 15:42:51 +01:00
mhsanaei
3caace2cb6
update dependencies
2025-03-05 15:40:27 +01:00
Shishkevich D.
99f26be30d
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
b0edd24c52
Noise: Add hex
2025-03-05 13:22:07 +01:00
mhsanaei
f0cfd48f66
Sockopt: Add addressPortStrategy
2025-03-05 13:14:17 +01:00
Shishkevich D.
f5aea03765
chore: add global params for DNS ( #2713 )
...
parameter list: `disableCache`, `disableFallback`, `disableFallbackIfMatch`, `clientIp`
2025-03-04 14:18:51 +01:00
mhsanaei
14cdde371f
better view for uTLS
2025-03-04 12:50:49 +01:00
mhsanaei
99a23f25d5
TLS-REALITY : hide value of private key
2025-03-04 10:36:02 +01:00
Shishkevich D.
653ec90451
chore: pretty dns section in xray settings ( #2700 )
2025-03-04 09:55:13 +01:00
Shishkevich D.
91a84db479
chore: pretty auth tab in panel settings ( #2701 )
2025-03-04 09:54:59 +01:00
mhsanaei
0f97eca314
Xray core v25.3.3
2025-03-04 09:54:10 +01:00
mhsanaei
fb79081aa1
TLS fingerprints: randomizednoalpn
2025-03-03 10:20:52 +01:00
mhsanaei
ea19fb8ff6
fix mistake
2025-03-01 10:19:52 +01:00
atarwn
f4cfe9eb63
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
4def70a006
Xray core buggy version removed
2025-02-27 13:40:56 +01:00
mhsanaei
e0e9e2681a
docker: go 1.24
2025-02-25 18:56:35 +01:00
mhsanaei
31e1581d6b
v2.5.3
2025-02-25 18:43:29 +01:00
mhsanaei
018e98a510
Go v1.24.0
2025-02-25 18:43:15 +01:00
mhsanaei
21ea673c30
Make wget verify certificates part2 #2661
...
Co-Authored-By: İrem Kuyucu <siren@kernal.eu>
2025-02-24 13:15:18 +01:00
Shishkevich D.
08b55da408
feat: add quic protocol in xray rule modal ( #2666 )
2025-02-24 09:23:59 +01:00
atarwn
7a3ee69a7f
Virtuozzo linux support ( #2668 )
2025-02-24 09:22:34 +01:00
mhsanaei
664bd9b596
bug fix #2660
2025-02-22 14:31:08 +01:00
mhsanaei
ceb1217121
serverNameToVerify to verifyPeerCertInNames #2662
2025-02-22 14:09:52 +01:00
mhsanaei
e754523689
Xray core v25.2.21
2025-02-22 13:46:15 +01:00
İrem Kuyucu
e84503feec
Make wget verify certificates ( #2661 )
2025-02-22 11:53:36 +01:00
AAA
1bbf31df9f
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
mhsanaei
49bfff9fa5
v2.5.2
2025-02-04 11:38:57 +01:00
Sanaei
d18a1a37ce
revert group management ( #2656 )
...
* Revert "json post base path bug fixed (#2647 )"
This reverts commit 04cf250a54
.
* 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 66fe84181b
.
* Revert "Add checkpoint handling in CloseDB function (#2646 )"
This reverts commit 4dd40f6f19
.
* Revert "Improved database model migration and added indexing (#2655 )"
This reverts commit b922d986d6
.
2025-02-04 11:27:58 +01:00
mhsanaei
04c6b2722b
README: Persian
2025-02-03 20:30:42 +01:00
mhsanaei
94d651fc93
v2.5.1
2025-02-03 17:40:33 +01:00
mhsanaei
aae0cb37b7
Xray Core v25.1.30
2025-02-03 17:37:01 +01:00