@@ -159,48 +159,47 @@ func (b *ServerOptionIDValue) String() string {
159
159
160
160
var serverOptionFactoryMethods = map [string ]func () ServerOption { //nolint:gochecknoglobals
161
161
"agent-check" : func () ServerOption { return & ServerOptionWord {Name : "agent-check" } },
162
+ "no-agent-check" : func () ServerOption { return & ServerOptionWord {Name : "no-agent-check" } },
162
163
"allow-0rtt" : func () ServerOption { return & ServerOptionWord {Name : "allow-0rtt" } },
163
164
"backup" : func () ServerOption { return & ServerOptionWord {Name : "backup" } },
165
+ "no-backup" : func () ServerOption { return & ServerOptionWord {Name : "no-backup" } },
164
166
"check" : func () ServerOption { return & ServerOptionWord {Name : "check" } },
167
+ "no-check" : func () ServerOption { return & ServerOptionWord {Name : "no-check" } },
165
168
"check-send-proxy" : func () ServerOption { return & ServerOptionWord {Name : "check-send-proxy" } },
169
+ "no-check-send-proxy" : func () ServerOption { return & ServerOptionWord {Name : "no-check-send-proxy" } },
166
170
"check-ssl" : func () ServerOption { return & ServerOptionWord {Name : "check-ssl" } },
171
+ "no-check-ssl" : func () ServerOption { return & ServerOptionWord {Name : "no-check-ssl" } },
167
172
"check-via-socks4" : func () ServerOption { return & ServerOptionWord {Name : "check-via-socks4" } },
168
173
"disabled" : func () ServerOption { return & ServerOptionWord {Name : "disabled" } },
169
174
"enabled" : func () ServerOption { return & ServerOptionWord {Name : "enabled" } },
170
175
"force-sslv3" : func () ServerOption { return & ServerOptionWord {Name : "force-sslv3" } },
171
- "force-tlsv10" : func () ServerOption { return & ServerOptionWord {Name : "force-tlsv10" } },
172
- "force-tlsv11" : func () ServerOption { return & ServerOptionWord {Name : "force-tlsv11" } },
173
- "force-tlsv12" : func () ServerOption { return & ServerOptionWord {Name : "force-tlsv12" } },
174
- "force-tlsv13" : func () ServerOption { return & ServerOptionWord {Name : "force-tlsv13" } },
175
- "no-agent-check" : func () ServerOption { return & ServerOptionWord {Name : "no-agent-check" } },
176
- "no-backup" : func () ServerOption { return & ServerOptionWord {Name : "no-backup" } },
177
- "no-check" : func () ServerOption { return & ServerOptionWord {Name : "no-check" } },
178
- "no-check-send-proxy" : func () ServerOption { return & ServerOptionWord {Name : "no-check-send-proxy" } },
179
- "no-check-ssl" : func () ServerOption { return & ServerOptionWord {Name : "no-check-ssl" } },
180
- "no-send-proxy" : func () ServerOption { return & ServerOptionWord {Name : "no-send-proxy" } },
181
- "no-send-proxy-v2" : func () ServerOption { return & ServerOptionWord {Name : "no-send-proxy-v2" } },
182
- "no-send-proxy-v2-ssl" : func () ServerOption { return & ServerOptionWord {Name : "no-send-proxy-v2-ssl" } },
183
- "no-send-proxy-v2-ssl-cn" : func () ServerOption { return & ServerOptionWord {Name : "no-send-proxy-v2-ssl-cn" } },
184
- "no-ssl" : func () ServerOption { return & ServerOptionWord {Name : "no-ssl" } },
185
- "no-ssl-reuse" : func () ServerOption { return & ServerOptionWord {Name : "no-ssl-reuse" } },
186
176
"no-sslv3" : func () ServerOption { return & ServerOptionWord {Name : "no-sslv3" } },
187
- "no-tls-tickets " : func () ServerOption { return & ServerOptionWord {Name : "no-tls-tickets " } },
177
+ "force-tlsv10 " : func () ServerOption { return & ServerOptionWord {Name : "force-tlsv10 " } },
188
178
"no-tlsv10" : func () ServerOption { return & ServerOptionWord {Name : "no-tlsv10" } },
179
+ "force-tlsv11" : func () ServerOption { return & ServerOptionWord {Name : "force-tlsv11" } },
189
180
"no-tlsv11" : func () ServerOption { return & ServerOptionWord {Name : "no-tlsv11" } },
181
+ "force-tlsv12" : func () ServerOption { return & ServerOptionWord {Name : "force-tlsv12" } },
190
182
"no-tlsv12" : func () ServerOption { return & ServerOptionWord {Name : "no-tlsv12" } },
183
+ "force-tlsv13" : func () ServerOption { return & ServerOptionWord {Name : "force-tlsv13" } },
191
184
"no-tlsv13" : func () ServerOption { return & ServerOptionWord {Name : "no-tlsv13" } },
192
- "no-verifyhost" : func () ServerOption { return & ServerOptionWord {Name : "no-verifyhost" } },
193
- "no-tfo" : func () ServerOption { return & ServerOptionWord {Name : "no-tfo" } },
194
- "non-stick" : func () ServerOption { return & ServerOptionWord {Name : "non-stick" } },
195
185
"send-proxy" : func () ServerOption { return & ServerOptionWord {Name : "send-proxy" } },
186
+ "no-send-proxy" : func () ServerOption { return & ServerOptionWord {Name : "no-send-proxy" } },
196
187
"send-proxy-v2" : func () ServerOption { return & ServerOptionWord {Name : "send-proxy-v2" } },
188
+ "no-send-proxy-v2" : func () ServerOption { return & ServerOptionWord {Name : "no-send-proxy-v2" } },
197
189
"send-proxy-v2-ssl" : func () ServerOption { return & ServerOptionWord {Name : "send-proxy-v2-ssl" } },
190
+ "no-send-proxy-v2-ssl" : func () ServerOption { return & ServerOptionWord {Name : "no-send-proxy-v2-ssl" } },
198
191
"send-proxy-v2-ssl-cn" : func () ServerOption { return & ServerOptionWord {Name : "send-proxy-v2-ssl-cn" } },
192
+ "no-send-proxy-v2-ssl-cn" : func () ServerOption { return & ServerOptionWord {Name : "no-send-proxy-v2-ssl-cn" } },
199
193
"ssl" : func () ServerOption { return & ServerOptionWord {Name : "ssl" } },
194
+ "no-ssl" : func () ServerOption { return & ServerOptionWord {Name : "no-ssl" } },
200
195
"ssl-reuse" : func () ServerOption { return & ServerOptionWord {Name : "ssl-reuse" } },
196
+ "no-ssl-reuse" : func () ServerOption { return & ServerOptionWord {Name : "no-ssl-reuse" } },
201
197
"stick" : func () ServerOption { return & ServerOptionWord {Name : "stick" } },
198
+ "non-stick" : func () ServerOption { return & ServerOptionWord {Name : "non-stick" } },
202
199
"tfo" : func () ServerOption { return & ServerOptionWord {Name : "tfo" } },
200
+ "no-tfo" : func () ServerOption { return & ServerOptionWord {Name : "no-tfo" } },
203
201
"tls-tickets" : func () ServerOption { return & ServerOptionWord {Name : "tls-tickets" } },
202
+ "no-tls-tickets" : func () ServerOption { return & ServerOptionWord {Name : "no-tls-tickets" } },
204
203
"addr" : func () ServerOption { return & ServerOptionValue {Name : "addr" } },
205
204
"agent-send" : func () ServerOption { return & ServerOptionValue {Name : "agent-send" } },
206
205
"agent-inter" : func () ServerOption { return & ServerOptionValue {Name : "agent-inter" } },
@@ -261,6 +260,7 @@ var serverOptionFactoryMethods = map[string]func() ServerOption{ //nolint:gochec
261
260
"track" : func () ServerOption { return & ServerOptionValue {Name : "track" } },
262
261
"verify" : func () ServerOption { return & ServerOptionValue {Name : "verify" } },
263
262
"verifyhost" : func () ServerOption { return & ServerOptionValue {Name : "verifyhost" } },
263
+ "no-verifyhost" : func () ServerOption { return & ServerOptionWord {Name : "no-verifyhost" } },
264
264
"weight" : func () ServerOption { return & ServerOptionValue {Name : "weight" } },
265
265
"pool-low-conn" : func () ServerOption { return & ServerOptionValue {Name : "pool-low-conn" } },
266
266
"ws" : func () ServerOption { return & ServerOptionValue {Name : "ws" } },
0 commit comments