Skip to content

Instantly share code, notes, and snippets.

@swarupsro
Created May 22, 2022 10:30
Show Gist options
  • Save swarupsro/402e186e56814f11e06998b6ac7633bf to your computer and use it in GitHub Desktop.
Save swarupsro/402e186e56814f11e06998b6ac7633bf to your computer and use it in GitHub Desktop.
TLSPass
{
"proxy":{
"ssl_pass_through":{
"automatically_add_entries_on_client_ssl_negotiation_failure":false,
"rules":[
{
"enabled":true,
"host":"^*\\.google\\.(com|net|org)$",
"protocol":"any"
},
{
"enabled":true,
"host":"^*\\.gstatic\\.(com|net|org)$",
"protocol":"any"
},
{
"enabled":true,
"host":"^*\\.googleapis\\.(com|net|org)$",
"protocol":"any"
},
{
"enabled":true,
"host":"^*\\.pki\\.(com|net|org|goog)$",
"protocol":"any"
},
{
"enabled":true,
"host":"^*\\.mozilla\\.(com|net|org)$",
"protocol":"any"
},
{
"enabled":true,
"host":"^*\\.firefox\\.(com|net|org)$",
"protocol":"any"
},
{
"enabled":true,
"host":"^*\\.miui\\.(com|net|org)$",
"protocol":"any"
},
{
"enabled":true,
"host":"^*\\.xiaomi\\.(com|net|org)$",
"protocol":"any"
},
{
"enabled":true,
"host":"^*\\.wappalyzer\\.(com|net|org)$",
"protocol":"any"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment