Commit Graph

1267 Commits

Author SHA1 Message Date
Alireza Ahmadi
dc332b09fa add dns obf type to kcp 2024-03-12 12:16:34 +01:00
dependabot[bot]
a30043d8ae Bump github.com/xtls/xray-core from 1.8.8 to 1.8.9
Bumps [github.com/xtls/xray-core](https://github.com/xtls/xray-core) from 1.8.8 to 1.8.9.
- [Release notes](https://github.com/xtls/xray-core/releases)
- [Commits](https://github.com/xtls/xray-core/compare/v1.8.8...v1.8.9)

---
updated-dependencies:
- dependency-name: github.com/xtls/xray-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 21:10:53 +00: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
Alireza Ahmadi
629d0da33c avoid empty client id #1072 2024-03-10 16:02:31 +01:00
Alireza Ahmadi
80c3f84eac small changes 2024-03-10 15:29:03 +01:00
Alireza Ahmadi
2a6ed18163 [xray] add BurstObservatory #1031 2024-03-10 15:26:20 +01:00
Alireza Ahmadi
271a85e9b5 [xray] add new dns strategies #1017 2024-03-10 15:24:23 +01:00
Alireza Ahmadi
bbb0663198 run sub on http if https failed 2024-03-10 15:18:28 +01:00
Alireza Ahmadi
f5c7b03e80 Merge pull request #1062 from alireza0/dependabot/go_modules/google.golang.org/grpc-1.62.1
Bump google.golang.org/grpc from 1.62.0 to 1.62.1
2024-03-08 15:07:07 +01:00
dependabot[bot]
e4b9b70c26 Bump google.golang.org/grpc from 1.62.0 to 1.62.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.0 to 1.62.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.0...v1.62.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 21:54:45 +00:00
Alireza Ahmadi
53fcf4da15 Merge pull request #1048 from alireza0/dependabot/go_modules/github.com/shirou/gopsutil/v3-3.24.2
Bump github.com/shirou/gopsutil/v3 from 3.24.1 to 3.24.2
2024-03-02 00:03:57 +01:00
dependabot[bot]
bb8f3dab36 Bump github.com/shirou/gopsutil/v3 from 3.24.1 to 3.24.2
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.24.1 to 3.24.2.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.24.1...v3.24.2)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 21:42:01 +00: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
225b3fc3a5 change cookie name 2024-02-27 00:59:12 +01:00
Alireza Ahmadi
6b174762e2 close modal only after success msg 2024-02-26 23:39:45 +01:00
Alireza Ahmadi
1c660bbea1 small changes 2024-02-26 19:33:50 +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
Alireza Ahmadi
1025eeebf9 Merge pull request #1028 from MHSanaei/main
upgrade xray to v1.8.8 + minor changes
2024-02-26 15:49:25 +01:00
MHSanaei
fe00a61963 update dependencies 2024-02-25 22:35:33 +03:30
MHSanaei
64e2e62292 i think its better to remove 2024-02-25 19:46:06 +03:30
MHSanaei
0f6c8f1ec5 fix select with mouse 2024-02-25 19:45:24 +03:30
MHSanaei
5bc6f7518c upgrade xray to v1.8.8 2024-02-25 19:45:06 +03:30
Alireza Ahmadi
79f2d34541 run panel on http if https failed 2024-02-25 11:30:36 +01:00
Alireza Ahmadi
0aec9b6cb7 Merge pull request #1011 from alireza0/dependabot/go_modules/google.golang.org/grpc-1.62.0
Bump google.golang.org/grpc from 1.61.1 to 1.62.0
2024-02-24 00:22:56 +01:00
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
dependabot[bot]
b3bb31c98c Bump google.golang.org/grpc from 1.61.1 to 1.62.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.1 to 1.62.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.61.1...v1.62.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-22 21:43:59 +00:00
Alireza Ahmadi
09407710a7 small changes 2024-02-22 20:35:19 +01:00
Ho3ein
7a38a2474e bash - firewall Management + Speedtest by Ookla + Enable or Disable BBR (#1000)
* bash - firewall Management + Speedtest by Ookla + Enable or Disable BBR

* svenstaro + release to draft
2024-02-22 18:35:37 +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
1329b2bb61 support multi address-port #997 2024-02-22 14:18:31 +01:00
Alireza Ahmadi
d80b26f241 [bug] fix wg reserved #995 2024-02-22 12:04:26 +01:00
Alireza Ahmadi
47efac270d v1.7.2 1.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
Alireza Ahmadi
035a1a7b5e [docker] use go 1.22 2024-02-20 21:20:05 +01:00
Alireza Ahmadi
857f0cb64c [wg] fix subnet in peer 2024-02-20 21:11:12 +01:00
Alireza Ahmadi
849a1249ac Merge pull request #990 from MHSanaei/main
x86 Arch Support
2024-02-20 18:36:20 +01:00
MHSanaei
d608961af8 x86 Arch Support 2024-02-20 20:49:01 +03:30
Alireza Ahmadi
343e7a9f15 [ui] fix loading function 2024-02-20 18:07:27 +01:00
Alireza Ahmadi
6ad558bd36 [wg] new peer with one IP 2024-02-20 18:06:24 +01:00
Alireza Ahmadi
d6bf64f760 update packages 2024-02-20 17:46:00 +01:00
Alireza Ahmadi
f8d20c8303 [xray] fakedns support 2024-02-20 14:05:53 +01:00