mhsanaei
7f2c11220f
new - splithttp transport
...
splithttp inbound
splithttp outbound
change priority host for ws - httpupgrade (host>>headers)
2024-06-18 12:49:20 +02:00
mhsanaei
8259024fbe
Outbound - UoTVersion for SS
2024-06-12 22:33:56 +02:00
mhsanaei
713285457f
{fix} outbound - wireguard
2024-06-07 14:41:45 +02:00
mhsanaei
e1ef746cab
Outbound - Correct parameter order in Grpc #2270 #2348
...
Co-Authored-By: Amir Hossein Jeddi <seriousmvs@gmail.com>
2024-06-07 14:16:55 +02:00
mhsanaei
a2f6d3b8dc
new - (TLS) Session Resumption
2024-05-24 10:17:20 +02:00
mhsanaei
80cd793154
new - sockopt : all features #2293
2024-05-24 09:57:14 +02:00
mhsanaei
275370e32c
new - (Sockopt) tcpMptcp , tcpNoDelay
...
https://xtls.github.io/en/config/transport.html#sockoptobject
2024-05-22 20:06:49 +02:00
mhsanaei
68c9b55447
new - (TLS) disable System Root
2024-05-22 20:06:49 +02:00
mhsanaei
70f9e32f28
new - Cert (TLS-XTLS) - oneTimeLoading , usage
2024-05-22 20:06:48 +02:00
mhsanaei
907c30f743
bug fix - bulk Telegram ChatID
2024-05-16 14:58:32 +02:00
mhsanaei
be9747dcbc
sniffing - metadataOnly, routeOnly
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-05-08 21:38:08 +02:00
mhsanaei
94eb27d2c4
add dokodemo timeout
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-05-08 21:31:58 +02:00
Tara Rostami
db24d21621
UI Improvements ( #2228 )
...
* UI Improvements
Better Table
Update QR Code Modal
Better Info Modal
Compression HTML files
Better Dropdown Menu
Better Calendar
and more ..
Remove files
Minor Fixes
2024-04-20 22:15:36 +03:30
mhsanaei
d37dbb7dc8
vue v2.7.16
2024-04-17 12:41:33 +03:30
mhsanaei
a9f4c5fd77
fix httpUpgrade host
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-04-17 11:04:25 +03:30
mhsanaei
d85a23b6f2
minor changes - chat id
2024-04-17 09:31:21 +03:30
mhsanaei
0e17521326
fix blackhole type
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-04-17 09:03:22 +03:30
mhsanaei
c147636133
add header for httpupgrade
2024-04-02 23:41:06 +03:30
mhsanaei
4e20bb5f02
Add host for WS
2024-04-01 17:02:02 +04:30
mhsanaei
9d18e925cc
[xray] fix: convert link to json
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-04-01 12:14:20 +04:30
MHSanaei
b042f01e58
limit mux to connection base outbounds
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-12 23:04:11 +03:30
MHSanaei
e43601ac08
support IPv6 address in Link
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-12 23:02:02 +03:30
MHSanaei
4d07b99fe7
Xray Outbound - Authority gRPC
2024-03-12 20:45:33 +03:30
MHSanaei
8b5fe0b018
[subJson] add mux and direct
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-12 19:44:51 +03:30
MHSanaei
10f54cd937
[xray] add outbound sendThrough + warp typo fix
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-12 19:23:48 +03:30
MHSanaei
6fdc07a2d0
fix sockopt in all protocols
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-12 17:28:09 +03:30
MHSanaei
020d1adc55
bug fixed - mux #2015
2024-03-12 02:17:42 +03:30
MHSanaei
f8be7a7649
[xray outbound] add mux
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-11 21:48:33 +03:30
MHSanaei
5b87b12535
[sub] JSON sub enhancement + minor changes
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-11 18:40:11 +03:30
MHSanaei
01cd7539f9
New - gRPC Authority
2024-03-11 13:00:00 +03:30
MHSanaei
102864525c
[xray outbound] add sockopt
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-11 12:07:52 +03:30
MHSanaei
f76e3ff94b
[xray] add new dns strategies
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-11 11:38:25 +03:30
MHSanaei
d18eb7e4e4
New - HttpUpgrade Transport
2024-03-11 11:27:43 +03:30
Hamidreza
64a5a9f1bc
Some fixes and improvements ( #1997 )
...
* [refactor] api controller
* [fix] access log path
better to not hardcode the access log path, maybe some ppl dont want to use the default ./access.log
* [fix] set select options from logs paths in xray settings
* [update] .gitignore
* [lint] all .go files
* [update] use status code for jsonMsg and 401 to unauthorize
* [update] handle response status code via axios
* [fix] set correct value if log paths is set to 'none'
we also use the default value for the paths if its set to none
* [fix] iplimit - only warning access log if f2b is installed
2024-03-11 01:01:24 +03:30
Nikolas
688ae4da10
Added Ukrainian language ( #1926 )
...
* Added Ukrainian language
Ukrainian
* Update langs.js
Added Ukrainian language
2024-02-27 15:05:24 +03:30
MHSanaei
a39d07a68a
revert #1678
...
i got so many errors while testing it on my server
and i think we can have security issue if use this
anyway thank you and sorry about this
2024-02-23 17:39:43 +03:30
MHSanaei
3cd1b59a6c
[bug] fix wg reserved
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-22 22:40:25 +03:30
MHSanaei
865d3e08e7
[wg] fix subnet in peer
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-21 15:07:45 +03:30
MHSanaei
91ee6dc7cb
[wg] new peer with one IP
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-21 15:07:29 +03:30
MHSanaei
03b7a34793
[sub] json + fragment
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-21 14:17:52 +03:30
MHSanaei
70b3db074a
open sniffing for all protocols
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-19 21:05:24 +03:30
MHSanaei
61489077d7
[wg] auto multi-peer and qrcode
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-18 00:46:49 +03:30
MHSanaei
9f6957ef3f
[logs] new bug-free log_writer
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-17 21:37:58 +03:30
Shahin
ea67b9760d
Minor fix in outbound form ( #1810 )
...
* Update outbound.html
* Update outbound.js
* Update outbound.html
* Update outbound.html
2024-02-17 19:53:40 +03:30
Alireza Ahmand
3a503f12c8
Progressive Web App ( #1678 )
...
* pwa support
* Create go.yml
* Delete .github/workflows/go.yml
2024-02-17 19:53:22 +03:30
MHSanaei
222b9734ca
Lang - Indonesian #1710
...
Co-Authored-By: Muhamad Solihin <85750131+lihin929@users.noreply.github.com>
2024-02-05 12:44:37 +03:30
MHSanaei
e4567a2b24
host name for ws header req
2024-01-30 00:28:03 +03:30
Saeid
fd75cca266
fix bug in edit SOCKS and HTTP outbound ( #1704 )
2024-01-30 00:02:58 +03:30
MHSanaei
9f904f8f47
warp - ForceIP
...
ForceIPv6v4 to ForceIP
2024-01-29 23:36:21 +03:30
MHSanaei
9fba92d879
v2.1.2
...
revert #1650 #1661 #1664 #1670
made panel full of bug
2024-01-27 00:32:19 +03:30
MHSanaei
daa4354047
ipv6 for familyProtect and some changes
2024-01-26 21:57:46 +03:30
Ali Rahimi
5c695ca652
add group user with the same subscription id to all inbounds ( #1650 )
2024-01-21 17:56:19 +03:30
MHSanaei
590a8f07b9
wireguard info page
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-11 18:54:18 +03:30
MHSanaei
bee690429f
WARP via wireguard
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-11 09:57:21 +03:30
MHSanaei
b056c2dda0
fix mistake - xtls
2024-01-10 20:41:43 +03:30
MHSanaei
ee703ad857
wireguard outbound
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-10 16:14:18 +03:30
MHSanaei
722f5e716f
[feature] wireguard inbound
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-10 16:12:54 +03:30
MHSanaei
4bb31b0af4
[bug] fix tcp http header version
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-09 16:43:24 +03:30
Saeid
5e3478f1c1
socks5 proxy option added to telegram bot settings ( #1500 )
...
* socks5 option added to telegram bot settings
* update socks5 proxy settings translations
2024-01-03 16:29:29 +03:30
Ali Rahimi
c76199514a
added Jalalian datepicker (shamsi) ( #1460 )
...
* added datepicker option in setting page
jalalian datepicker component was added
translate files for datepicker updated
* dark mode bug fixed
2024-01-02 12:02:21 +03:30
Serge Pavlyuk
b725ea7de5
Outboud wireguard protocol support ( #1451 )
...
* Wireguard outbound settings modal window
* wireguard optional fields saniteze fix
* wireguard save domainStrategy and reserved(not implemented in form but will work)
---------
Co-authored-by: Сергей Павлюк <spavlyuk@nic.ru>
2024-01-01 16:33:43 +03:30
MHSanaei
4f3b93171a
fix outbound socks/http
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-12-23 16:37:32 +03:30
MHSanaei
78d3680ced
alpn order change
2023-12-18 17:21:49 +03:30
MHSanaei
8d18c8e98f
[gui] redesign forms
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-12-13 19:33:11 +03:30
MHSanaei
af54b34f3a
v2.0.0
2023-12-11 15:15:06 +01:00
MHSanaei
0f05537a5d
trojan fallback
2023-12-10 18:04:56 +03:30
Alireza Ahmadi
e1da2a2eed
small fixes #1300
2023-12-10 15:17:10 +01:00
MHSanaei
4db42ba409
code inconsistencies and parameter mismatch in inbound.VLESSSettings class
2023-12-09 20:06:12 +03:30
MHSanaei
56e456ff47
bux fixed - xtls flow
2023-12-09 19:35:39 +03:30
Alireza Ahmadi
bf267c2c48
fix colors #1300
2023-12-09 14:11:25 +01:00
Alireza Ahmadi
c980a06969
customizable remark #1300
2023-12-08 20:31:17 +01:00
Alireza Ahmadi
e5fc20b8ae
small fixes #1300
2023-12-08 19:44:52 +01:00
Alireza Ahmadi
784b93cfd0
Add TLS for SHADOWSOCKS #1300
2023-12-08 18:52:11 +01:00
Alireza Ahmadi
5fbf8f0d53
Expand multiDomain to externalProxy #1300
2023-12-08 18:45:21 +01:00
Alireza Ahmadi
549f230221
optimize security in front codes #1300
2023-12-08 16:46:44 +01:00
Alireza Ahmadi
f7e439b930
fix deep search null error
2023-12-05 22:57:45 +01:00
Alireza Ahmadi
c419eadf15
xray setting enhancements #1286
2023-12-05 18:20:44 +01:00
MHSanaei
d8c509b410
small typo
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-12-05 00:19:01 +03:30
MHSanaei
375814da27
[bug] fix status colors in pages
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-12-04 23:51:14 +03:30
Alireza Ahmadi
a8b7063647
auto renew feature #1286
2023-12-04 19:20:16 +01:00
Alireza Ahmadi
729d8549e2
new frontend and mobile view #1286
2023-12-04 19:18:53 +01:00
emirjorge
9f3efff88c
Corrected Tittle Spanish :D ( #1136 )
2023-10-18 13:30:37 +03:30
emirjorge
b63612ab98
Add Translation to Spanish ( #1135 )
...
Add Translation to Spanish +
2023-10-18 12:12:50 +03:30
MHSanaei
ba673778ea
fixed - Transparent Proxy button
2023-08-29 22:14:59 +03:30
MHSanaei
149bd0ec51
v1.7.7
2023-08-26 22:24:56 +03:30
MHSanaei
18617afd43
add tls ocspStapling
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-08-26 18:52:38 +03:30
MHSanaei
731e83a7da
Clean legacy vmess
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-08-26 16:58:55 +03:30
MHSanaei
1c1f53267a
Add encrypt subscription ON/OFF switch
...
Co-Authored-By: SudoSpace <79229394+sudospaes@users.noreply.github.com>
2023-08-26 16:54:01 +03:30
MHSanaei
8489f5f528
some changes
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-08-26 16:07:02 +03:30
MHSanaei
872974910c
Show ALPN order
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-08-26 15:45:53 +03:30
MHSanaei
fe22cbd0e5
Transparent Proxy with sockopt Stream Setting
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-08-26 15:39:18 +03:30
MHSanaei
75df8a05f1
[ss] add ietf methods
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-08-26 15:12:32 +03:30
MHSanaei
38e1d0f94e
[sub] improve usage info in Remark
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-08-26 15:11:12 +03:30
quydang
d2c75b94cf
Added Vietnamese Language ( #939 )
2023-08-21 11:32:01 +03:30
MHSanaei
d424b4bc32
[ss] fix 2022 links #878
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-08-08 21:58:41 +03:30
MHSanaei
bf971911d5
log level & syslog
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-07-31 20:11:47 +03:30
MHSanaei
6066edd510
sockopt acceptProxyProtocol for h2 , gRPC #773
2023-07-29 15:52:02 +03:30
MHSanaei
eaec9e54ad
random password button for kcp , quic
2023-07-28 18:27:04 +03:30
MHSanaei
145ea1e6f1
full multiuser shadowsocks
...
full multiuser shadowsocks +
fix logs after api changes
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-07-27 11:58:46 +03:30
MHSanaei
6f09fae28b
new - fakedns
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-07-18 03:20:41 +03:30
MHSanaei
c2e9ee3665
update - shadowsocks
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-07-18 03:19:01 +03:30
MHSanaei
b833ed7992
new - tg Login Notification #584
2023-06-17 19:11:16 +03:30
MHSanaei
97925eeebe
fix default language in initLocalizer
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-06-16 13:01:34 +03:30
MHSanaei
c0f1a926e5
update - security "none"
...
security set to none when tls, reality, xtls are not set
its because when there is no security none on trojan link some app like v2rayn set tls for your config
2023-06-14 17:06:56 +03:30
MHSanaei
ad9134bc1a
removed - alterId
...
https://github.com/XTLS/Xray-core/pull/2199
9112cfd39c
2023-06-13 17:26:50 +03:30
MHSanaei
dea61b839c
new - acceptProxyProtocol for H2 and gRPC #581
2023-06-09 18:53:57 +03:30
MHSanaei
9063336778
new - Reject Unknown SNI - thanks to @sudospaes
2023-06-09 16:48:50 +03:30
MHSanaei
7fc3d37851
random password button for SS & more
...
crypto.getRandomValues for uuid
change name randomText to randomLowerAndNum
2023-06-09 16:04:57 +03:30
MHSanaei
81aa3ed10e
mtproto removed
2023-06-09 15:58:47 +03:30
MHSanaei
594d682e20
random sub Id
...
optimize utils
trojan short id fix
index page better view
2023-06-07 12:45:58 +03:30
Hamidreza Ghavami
1c9fc9422e
add buildURL func
2023-05-31 01:59:41 +04:30
Hamidreza Ghavami
8170b65db4
add an option for webDomain
2023-05-31 01:21:14 +04:30
MHSanaei
6a7c3716ac
fix MHz view
2023-05-25 16:13:54 +03:30
MHSanaei
15211f81b1
New - CPU Speed
...
logical Processors removed
2023-05-25 15:48:23 +03:30
MHSanaei
896cc5386c
new - show cores, public ipv4 and ipv6
...
logical Processors
you can see them on first page
2023-05-25 03:11:09 +03:30
MHSanaei
769590d779
[feature] separate subscription service
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-22 18:06:34 +03:30
MHSanaei
1fa9101b40
[feature] add multi domain tls (CDN ready)
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-22 17:31:41 +03:30
MHSanaei
3f2e1aede9
features - random ShortId button
2023-05-22 16:44:27 +03:30
MHSanaei
235e6880c1
update - utils
2023-05-22 16:41:41 +03:30
MHSanaei
ffa23a43c6
update - URIComponent just for cookie value
2023-05-22 16:40:08 +03:30
MHSanaei
0938519f49
bug fix - KeyContent
2023-05-22 11:39:21 +03:30
Hamidreza Ghavami
4831c2f1b2
Add tgLang option
2023-05-20 19:15:20 +04:30
MHSanaei
f8eb548376
[feature] SpiderX for Reality
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-17 16:10:11 +03:30
MHSanaei
2d16eabc6e
[feature] interactive deplete soon
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-17 02:01:56 +03:30
MHSanaei
70e7987df5
[feature] multi cert per inbound
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-17 00:55:19 +03:30
MHSanaei
837d7f77a1
update - xray configuration
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-16 23:39:59 +03:30
MHSanaei
f4be9f234a
lang show
2023-05-14 01:09:31 +03:30
MHSanaei
c855a292cb
random sub button
2023-05-13 17:22:13 +03:30
MHSanaei
7cacfc074e
remove duplicate random text gen
...
randomText by default
length set to 8
2023-05-13 15:42:46 +03:30
MHSanaei
edd6b22109
remove duplicate remark assignments
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-13 13:21:27 +03:30
Hamidreza Ghavami
d137deccfa
fix style height when rotating + move cookie util to their specific file
2023-05-08 18:04:12 +04:30
MHSanaei
00777e3a25
[feature] Russian lang
2023-05-08 14:43:02 +03:30
MHSanaei
7fd93e25fd
only blake3-aes support multi-user
2023-05-07 23:57:59 +03:30
MHSanaei
9bbcb74db6
sni for xtls
2023-05-07 19:59:06 +03:30
MHSanaei
9d47d74a7a
design update
2023-05-07 14:36:43 +03:30
MHSanaei
f22dd6b53d
[feature] multi-user shadowsocks @alireza0
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-06 20:21:14 +03:30
Hamidreza Ghavami
85c715a2f6
update axios-init and db.go
2023-05-05 22:51:39 +04:30
MHSanaei
c3ed8051f3
[feature] add sniffing DestOverride options #298
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-04-29 18:47:44 +03:30
MHSanaei
d2cdc51c54
[feature] add quic to sniffingObject
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-04-29 16:26:39 +03:30
MHSanaei
607c5d3598
[feature] add grpc multiMode
2023-04-28 00:15:06 +03:30
MHSanaei
6f4a2809e2
tls for ss - remove unused
2023-04-27 19:25:48 +03:30
MHSanaei
942b9862d8
[feature] add login session timeout
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-04-25 15:00:21 +03:30
MHSanaei
045717010a
Revert "bug fix - h2 sub"
...
This reverts commit cd5ad78f56
.
2023-04-25 14:21:57 +03:30
MHSanaei
cd5ad78f56
bug fix - h2 sub
2023-04-25 01:19:07 +03:30
MHSanaei
bf24838939
remove useless
2023-04-24 15:31:25 +03:30
MHSanaei
b0f974a94d
secret token thanks to @HarlyquinForest
2023-04-21 19:00:14 +03:30
MHSanaei
2a8725a7a5
mistake
2023-04-19 13:26:35 +03:30
MHSanaei
e1132a3f41
bug fix
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-04-19 11:55:38 +03:30
MHSanaei
3e0faecaae
improve reality setting
...
split xtls from tls - remove iran warp - remove old setting reality from franzkafka (it was a messy code) -and other improvement
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-04-18 21:34:06 +03:30
MHSanaei
b639a1bbd5
alpn set by default
2023-04-14 01:26:08 +03:30