Discussions

Ask a Question
Back to All

May I know the Rule of Google Gemini?

I was trying to relocate my location to use Gemini as my area is not allowed to use it. I try to use a VPN, and it is good to go. But I cannot connect to Gemini while I use Control D, even when I turn on the relocation function on all "Google" services. Here is my custom rule.

--QUOTE--

{
"group": {
"group": "Google Gemini",
"action": {
"do": 1,
"status": 1
}
},
"rules": [
{
"PK": "gemini.google.com",
"action": {
"do": 3,
"via": "YVR",
"status": 1
}
},
{
"PK": "www.google-analytics.com",
"action": {
"do": 3,
"via": "YVR",
"status": 1
}
},
{
"PK": "www.googletagmanager.com",
"action": {
"do": 3,
"via": "YVR",
"status": 1
}
},
{
"PK": "play.google.com",
"action": {
"do": 3,
"via": "YVR",
"status": 1
}
},
{
"PK": "lh3.google.com",
"action": {
"do": 3,
"via": "YVR",
"status": 1
}
},
{
"PK": "googlehosted.l.googleusercontent.com",
"action": {
"do": 3,
"via": "YVR",
"status": 1
}
},
{
"PK": "www.gstatic.com",
"action": {
"do": 3,
"via": "YVR",
"status": 1
}
},
{
"PK": "lh2.l.google.com",
"action": {
"do": 3,
"via": "YVR",
"status": 1
}
},
{
"PK": "bard.google.com",
"action": {
"do": 3,
"via": "YVR",
"status": 1
}
},
{
"PK": "lh3.googleusercontent.com",
"action": {
"do": 3,
"via": "YVR",
"status": 1
}
},
{
"PK": "waa-pa.clients6.google.com",
"action": {
"do": 3,
"via": "YVR",
"status": 1
}
},
{
"PK": "ogads-pa.clients6.google.com",
"action": {
"do": 3,
"via": "YVR",
"status": 1
}
}
]
}

--UNQUOTE--