Skip to content

Commit e66859d

Browse files
committed
update README
1 parent 16edad4 commit e66859d

1 file changed

Lines changed: 68 additions & 16 deletions

File tree

README.md

Lines changed: 68 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ https://matsuridayo.github.io
5454

5555
<pre><code class="language-json">
5656
{
57-
"x_padding_bytes": "0-0",
58-
"sc_max_each_post_bytes": "0-0",
59-
"sc_min_posts_interval_ms": "0-0",
60-
"sc_stream_up_server_secs": "0-0",
57+
"no_grpc_header": false, // stream-up/one
58+
"x_padding_bytes": "100-10000",
59+
"sc_max_each_post_bytes": 1000000, // packet-up only
60+
"sc_min_posts_interval_ms": 30, // packet-up only
6161
"xmux": {
6262
"max_concurrency": "16-32",
6363
"max_connections": "0-0",
@@ -66,14 +66,27 @@ https://matsuridayo.github.io
6666
"h_max_reusable_secs": "1800-3000",
6767
"h_keep_alive_period": 0
6868
},
69+
"x_padding_obfs_mode": false,
70+
"x_padding_key": "",
71+
"x_padding_header": "",
72+
"x_padding_placement": "",
73+
"x_padding_method": "",
74+
"uplink_http_method": "",
75+
"session_placement": "",
76+
"session_key": "",
77+
"seq_placement": "",
78+
"seq_key": "",
79+
"uplink_data_placement": "",
80+
"uplink_data_key": "",
81+
"uplink_chunk_size": 0,
6982
"download": {
7083
"mode": "auto",
7184
"host": "b.yourdomain.com",
7285
"path": "/xhttp",
73-
"x_padding_bytes": "0-0",
74-
"sc_max_each_post_bytes": "0-0",
75-
"sc_min_posts_interval_ms": "0-0",
76-
"sc_stream_up_server_secs": "0-0",
86+
"no_grpc_header": false, // stream-up/one
87+
"x_padding_bytes": "100-10000",
88+
"sc_max_each_post_bytes": 1000000, // packet-up only
89+
"sc_min_posts_interval_ms": 30, // packet-up only
7790
"xmux": {
7891
"max_concurrency": "16-32",
7992
"max_connections": "0-0",
@@ -82,6 +95,19 @@ https://matsuridayo.github.io
8295
"h_max_reusable_secs": "1800-3000",
8396
"h_keep_alive_period": 0
8497
},
98+
"x_padding_obfs_mode": false,
99+
"x_padding_key": "",
100+
"x_padding_header": "",
101+
"x_padding_placement": "",
102+
"x_padding_method": "",
103+
"uplink_http_method": "",
104+
"session_placement": "",
105+
"session_key": "",
106+
"seq_placement": "",
107+
"seq_key": "",
108+
"uplink_data_placement": "",
109+
"uplink_data_key": "",
110+
"uplink_chunk_size": 0,
85111
"server": "$(ip_or_domain_of_your_cdn)",
86112
"server_port": 443,
87113
"tls": {
@@ -103,10 +129,10 @@ https://matsuridayo.github.io
103129

104130
<pre><code class="language-json">
105131
{
106-
"x_padding_bytes": "0-0",
107-
"sc_max_each_post_bytes": "0-0",
108-
"sc_min_posts_interval_ms": "0-0",
109-
"sc_stream_up_server_secs": "0-0",
132+
"no_grpc_header": false, // stream-up/one
133+
"x_padding_bytes": "100-10000",
134+
"sc_max_each_post_bytes": 1000000, // packet-up only
135+
"sc_min_posts_interval_ms": 30, // packet-up only
110136
"xmux": {
111137
"max_concurrency": "16-32",
112138
"max_connections": "0-0",
@@ -115,14 +141,27 @@ https://matsuridayo.github.io
115141
"h_max_reusable_secs": "1800-3000",
116142
"h_keep_alive_period": 0
117143
},
144+
"x_padding_obfs_mode": false,
145+
"x_padding_key": "",
146+
"x_padding_header": "",
147+
"x_padding_placement": "",
148+
"x_padding_method": "",
149+
"uplink_http_method": "",
150+
"session_placement": "",
151+
"session_key": "",
152+
"seq_placement": "",
153+
"seq_key": "",
154+
"uplink_data_placement": "",
155+
"uplink_data_key": "",
156+
"uplink_chunk_size": 0,
118157
"download": {
119158
"mode": "auto",
120159
"host": "example.com",
121160
"path": "/xhttp",
122-
"x_padding_bytes": "0-0",
123-
"sc_max_each_post_bytes": "0-0",
124-
"sc_min_posts_interval_ms": "0-0",
125-
"sc_stream_up_server_secs": "0-0",
161+
"no_grpc_header": false, // stream-up/one
162+
"x_padding_bytes": "100-10000",
163+
"sc_max_each_post_bytes": 1000000, // packet-up only
164+
"sc_min_posts_interval_ms": 30, // packet-up only
126165
"xmux": {
127166
"max_concurrency": "16-32",
128167
"max_connections": "0-0",
@@ -131,6 +170,19 @@ https://matsuridayo.github.io
131170
"h_max_reusable_secs": "1800-3000",
132171
"h_keep_alive_period": 0
133172
},
173+
"x_padding_obfs_mode": false,
174+
"x_padding_key": "",
175+
"x_padding_header": "",
176+
"x_padding_placement": "",
177+
"x_padding_method": "",
178+
"uplink_http_method": "",
179+
"session_placement": "",
180+
"session_key": "",
181+
"seq_placement": "",
182+
"seq_key": "",
183+
"uplink_data_placement": "",
184+
"uplink_data_key": "",
185+
"uplink_chunk_size": 0,
134186
"server": "$(ip_or_domain_of_your_cdn)",
135187
"server_port": 443,
136188
"tls": {

0 commit comments

Comments
 (0)