(cnt,palpn)
| 893 | |
| 894 | // 指定alpn参数,over-tls类型? |
| 895 | function ALPN_Handle(cnt,palpn) { |
| 896 | cnti = cnt.replace(/\s/gmi,"") //删掉空格 |
| 897 | if (cnti.indexOf("obfs=over-tls") != -1 || cnti.indexOf("over-tls=true")!=-1) { |
| 898 | cnt = cnt + ", tls-alpn="+palpn |
| 899 | } |
| 900 | return cnt |
| 901 | } |
| 902 | |
| 903 | function Mock2QXReject(row, filename) { |
| 904 | if (/dict/i.test(filename)) { |