mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-29 03:02:53 +00:00
Compare commits
4 commits
7e0c5427e3
...
dd3ca70716
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd3ca70716 | ||
|
|
e74ef1eea8 | ||
|
|
c50c52a5a2 | ||
|
|
1f8dd1a52d |
4 changed files with 10 additions and 13 deletions
|
|
@ -1603,10 +1603,10 @@
|
||||||
<value>Certificate Pinning</value>
|
<value>Certificate Pinning</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TbCertPinningTips" xml:space="preserve">
|
<data name="TbCertPinningTips" xml:space="preserve">
|
||||||
<value>Server Certificate (PEM format, optional)
|
<value>Certificat serveur (format PEM, facultatif)
|
||||||
When specified, the certificate will be pinned, and "Allow Insecure" will be disabled.
|
Si le certificat est défini, il est fixé et l’option « Ignorer la vérification » est désactivée.
|
||||||
|
|
||||||
The "Get Certificate" action may fail if a self-signed certificate is used or if the system contains an untrusted or malicious CA.</value>
|
Si un certificat auto-signé est utilisé ou si le système contient une CA non fiable ou malveillante, l’action « Obtenir le certificat » peut échouer.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TbFetchCert" xml:space="preserve">
|
<data name="TbFetchCert" xml:space="preserve">
|
||||||
<value>Obtenir le certificat</value>
|
<value>Obtenir le certificat</value>
|
||||||
|
|
@ -1630,6 +1630,6 @@ The "Get Certificate" action may fail if a self-signed certificate is used or if
|
||||||
<value>Chemin script proxy système personnalisé</value>
|
<value>Chemin script proxy système personnalisé</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TbSettingsMacOSShowInDock" xml:space="preserve">
|
<data name="TbSettingsMacOSShowInDock" xml:space="preserve">
|
||||||
<value>macOS displays this in the Dock (requires restart)</value>
|
<value>Afficher dans le Dock de macOS (redém. requis)</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|
@ -14,9 +14,8 @@
|
||||||
],
|
],
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"domain_suffix": [
|
"rule_set": [
|
||||||
"googleapis.cn",
|
"geosite-google"
|
||||||
"gstatic.com"
|
|
||||||
],
|
],
|
||||||
"server": "remote",
|
"server": "remote",
|
||||||
"strategy": "prefer_ipv4"
|
"strategy": "prefer_ipv4"
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,7 @@
|
||||||
"address": "1.1.1.1",
|
"address": "1.1.1.1",
|
||||||
"skipFallback": true,
|
"skipFallback": true,
|
||||||
"domains": [
|
"domains": [
|
||||||
"domain:googleapis.cn",
|
"geosite:google"
|
||||||
"domain:gstatic.com"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,8 @@
|
||||||
],
|
],
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"domain_suffix": [
|
"rule_set": [
|
||||||
"googleapis.cn",
|
"geosite-google"
|
||||||
"gstatic.com"
|
|
||||||
],
|
],
|
||||||
"server": "remote",
|
"server": "remote",
|
||||||
"strategy": "prefer_ipv4"
|
"strategy": "prefer_ipv4"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue