CProxy/conf/cproxy.ini.explain

33 lines
1.1 KiB
Plaintext
Raw Normal View History

模块: [server], [http], [https]
2019-11-22 18:57:18 +08:00
[http]、[https]模块关键字: [M], [U], [V], [H], [host], [port], \r, \n, \v, \f, \b, \t, \a. 如果原本请求头含有关键字也会被替换.
2019-09-02 21:27:20 +08:00
2019-06-20 09:39:31 +08:00
[server]模块
2019-12-16 19:27:36 +08:00
uid 设置进程UID
2019-09-02 21:27:20 +08:00
local_port 端口
2019-12-16 19:27:36 +08:00
pid_file PID文件
2019-09-02 21:27:20 +08:00
[http]模块
[M] 原请求方法
[U] 原请求url
[V] 原请求协议版本
2019-11-22 18:57:18 +08:00
[H] 原[host]:[port]
[host] 原请求host
[port] 原请求端口
2019-06-20 09:39:31 +08:00
关键字strrep替换字符串指令.
strrep = "Mi MIX 2->Linux"; 以"->"为分界符,"Mi MIX 2"字符串替换为"Linux"字符串.
2019-09-02 21:27:20 +08:00
关键字regrep正则匹配替换字符串.
regrep = "Host*.+?->Host: iread.wo.cn:443"; 以"->"为分界符,匹配到的内容"Host*.+?"替换为"Host: iread.wo.cn:443"字符串.
2019-09-02 21:27:20 +08:00
[https]模块
[M] 原请求方法
[U] 原请求url
[V] 原请求协议版本
2019-11-22 18:57:18 +08:00
[H] 原[host]:[port]
2019-09-02 21:27:20 +08:00
[host] 原请求host
[port] 原请求端口
关键字strrep替换字符串指令.
strrep = "Mi MIX 2->Linux"; 以"->"为分界符,"Mi MIX 2"字符串替换为"Linux"字符串.
2019-06-20 09:39:31 +08:00
关键字regrep正则匹配替换字符串.
regrep = "Host*.+?->Host: iread.wo.cn:443"; 以"->"为分界符,匹配到的内容"Host*.+?"替换为"Host: iread.wo.cn:443"字符串.
2019-06-20 09:39:31 +08:00