|
6 | 6 | }, |
7 | 7 |
|
8 | 8 |
|
9 | | - "remarks": "MITM-DomainFronting_v17", |
| 9 | + "remarks": "MITM-DomainFronting_v18", |
10 | 10 |
|
11 | 11 | "version": { |
12 | 12 | "min": "26.2.6" |
|
32 | 32 | "vercel-sites.redirect": "nextjs.org", |
33 | 33 | "fastly.redirect": "github.githubassets.com", |
34 | 34 | "amazon-cloudfront.redirect": "kubernetes.io", |
35 | | - "github-com.redirect": "github.com", |
| 35 | + "github-com.redirect": "www.github.com", |
36 | 36 | "github-com-2.redirect": "collector.github.com", |
37 | 37 | "github-alive.redirect": "alive.github.com", |
38 | 38 | "pubmed.redirect": "pubmed.ncbi.nlm.nih.gov" |
|
163 | 163 | "security": "tls", |
164 | 164 | "tlsSettings": { |
165 | 165 | "serverName": "fromMitM", |
166 | | - "verifyPeerCertByName": "fromMitM,github.com,www.github.com", |
| 166 | + "verifyPeerCertByName": "fromMitM,github.com,www.github.com,api.github.com", |
167 | 167 | "alpn": ["fromMitM"], |
168 | 168 | "fingerprint": "chrome" |
169 | 169 | }, |
|
309 | 309 | "streamSettings": { |
310 | 310 | "security": "tls", |
311 | 311 | "tlsSettings": { |
312 | | - "serverName": "github.com", |
| 312 | + "serverName": "www.github.com", |
313 | 313 | "verifyPeerCertByName": "fromMitM,github.com,www.github.com", |
314 | 314 | "alpn": ["fromMitM"], |
315 | 315 | "fingerprint": "chrome" |
|
478 | 478 | "inboundTag": ["tls-decrypt-h211"] |
479 | 479 | }, |
480 | 480 | { |
481 | | - "outboundTag": "tls-repack-github-null", |
482 | | - "domain": ["domain:gist.github.com"], |
| 481 | + "outboundTag": "tls-repack-frommitm", |
| 482 | + "domain": ["domain:api.github.com"], |
| 483 | + "inboundTag": ["tls-decrypt-h211"] |
| 484 | + }, |
| 485 | + { |
| 486 | + "outboundTag": "tls-repack-github-com", |
| 487 | + "domain": ["domain:gist.github.com", "domain:www.github.com", "full:github.com"], |
483 | 488 | "inboundTag": ["tls-decrypt-h211"] |
484 | 489 | }, |
485 | 490 | { |
486 | 491 | "outboundTag": "tls-repack-github-com-2", |
487 | | - "domain": ["domain:objects-origin.githubusercontent.com", "domain:api.individual.githubcopilot.com", "domain:glb-db52c2cf8be544.github.com", "domain:api.githubcopilot.com"], |
| 492 | + "domain": ["domain:objects-origin.githubusercontent.com", "domain:api.individual.githubcopilot.com", "domain:glb-db52c2cf8be544.github.com", "domain:api.githubcopilot.com", "domain:collector.github.com", "domain:central.github.com"], |
488 | 493 | "inboundTag": ["tls-decrypt-h211"] |
489 | 494 | }, |
490 | 495 | { |
|
0 commit comments