Optimize and fix some errors.

This commit is contained in:
2022-01-19 21:48:02 +08:00
parent c0e238eb0c
commit 2881609c0c
34 changed files with 416 additions and 379 deletions

View File

@@ -13,8 +13,8 @@ http {
http_port=127;
http_del="Host";
http_first="[M] http://[host][U] [V]\r\nHost: [H]\r\n";
//strrep="Windows NT 10.0->Linux";
//regrep="Host:*.+?->Host: [host]:80";
//strrep="Windows NT 10.0" -> "Linux";
//regrep="Host:*.+?" -> "Host: [host]:80";
}
https {
@@ -22,8 +22,8 @@ https {
https_port=127;
https_del="Host,host,x-online-host";
https_first="[M] [U] [V]\r\nHost: [host]\r\n";
//strrep="Windows NT 10.0->Linux";
//regrep="Host*.+?->host: [host]:443";
//strrep="Windows NT 10.0" -> "Linux";
//regrep="Host*.+?" -> "host: [host]:443";
}
httpdns {