Skip to content

Commit

Permalink
Merge pull request #44 from SonyaCore/update-1.1.4
Browse files Browse the repository at this point in the history
Update 1.1.4
  • Loading branch information
SonyaCore authored Jan 28, 2023
2 parents e519667 + 9f52fbe commit 5b117b3
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 244 deletions.
33 changes: 26 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,13 +418,11 @@ you can use client-side configuration directly with xray-core or v2ray-core

List of security methods :

```
aes-128-gcm
chacha20-poly1305
auto
none
zero
```
- `aes-128-gcm`
- `chacha20-poly1305`
- `auto`
- `none`
- `zero`

`csocks` client-side SOCKS port . default: [10808]

Expand All @@ -434,6 +432,27 @@ zero

> if you want to import your configuration with qrcode use this argument.
## ShadowSocks

shadowsocks are loaded with xray docker container and it uses tcp stream for passing traffic

`sspass` set password for shadowsocks configuration file. by default, it uses a random password

`ssmethod` Set cipher method for ShadowSocks . default cipher method is `2022-blake3-chacha20-poly1305` to provide better security hence it's only usable in xray-core. for using shadowsocks with v2ray core use one of the below cipher methods :

V2Ray Cipher methods :

- `2022-blake3-chacha20-poly1305`
- `2022-blake3-aes-256-gcm`
- `2022-blake3-aes-128-gcm`

XRay Cipher methods :

- `2022-blake3-chacha20-poly1305`
- `2022-blake3-aes-256-gcm`
- `2022-blake3-aes-128-gcm`
- `xchacha20-ietf-poly1305`

---

## Parsing Configuration
Expand Down
Loading

0 comments on commit 5b117b3

Please sign in to comment.