Optimize and fix some errors.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user