mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 07:32:22 +08:00
Update documentation
This commit is contained in:
parent
0e8a4d141a
commit
60094884cd
|
@ -1,3 +1,13 @@
|
||||||
|
#### 1.1.6
|
||||||
|
|
||||||
|
* Improve vmess request
|
||||||
|
* Fix ipv6 redirect on Linux
|
||||||
|
* Fix match geoip private
|
||||||
|
* Fix parse hysteria UDP message
|
||||||
|
* Fix socks connect response
|
||||||
|
* Disable vmess header protection if transport enabled
|
||||||
|
* Update QUIC v2 version number and initial salt
|
||||||
|
|
||||||
#### 1.2-beta4
|
#### 1.2-beta4
|
||||||
|
|
||||||
* Add [NTP service](/configuration/ntp)
|
* Add [NTP service](/configuration/ntp)
|
||||||
|
|
|
@ -8,7 +8,12 @@
|
||||||
"listen": "::",
|
"listen": "::",
|
||||||
"listen_port": 4443,
|
"listen_port": 4443,
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"password": "fuck me till the daylight",
|
"users": [
|
||||||
|
{
|
||||||
|
"name": "sekai",
|
||||||
|
"password": "8JCsPssfgS8tiRwiMlhARg=="
|
||||||
|
}
|
||||||
|
],
|
||||||
"handshake": {
|
"handshake": {
|
||||||
"server": "google.com",
|
"server": "google.com",
|
||||||
"server_port": 443
|
"server_port": 443
|
||||||
|
@ -51,7 +56,11 @@
|
||||||
"password": "fuck me till the daylight",
|
"password": "fuck me till the daylight",
|
||||||
"tls": {
|
"tls": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"server_name": "google.com"
|
"server_name": "google.com",
|
||||||
|
"utls": {
|
||||||
|
"enabled": true,
|
||||||
|
"fingerprint": "chrome"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user