mirror of
				https://github.com/privacyguides/i18n.git
				synced 2025-11-03 23:17:57 +00:00 
			
		
		
		
	New Crowdin translations by GitHub Action
This commit is contained in:
		@@ -274,28 +274,28 @@ OCSPリクエストには一意な証明書の[シリアル番号](https://en.wi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
ネットワークの監視者が一般的に公開されているパブリック証明書を持っていれば、シリアル番号と証明書を照合することで、訪問しているサイトを特定することができます。 このプロセスは自動化することができ、IPアドレスとシリアル番号を関連付けることができます。 また、[証明書の透明性](https://en.wikipedia.org/wiki/Certificate_Transparency)のログからシリアル番号を確認することもできます。
 | 
					ネットワークの監視者が一般的に公開されているパブリック証明書を持っていれば、シリアル番号と証明書を照合することで、訪問しているサイトを特定することができます。 このプロセスは自動化することができ、IPアドレスとシリアル番号を関連付けることができます。 また、[証明書の透明性](https://en.wikipedia.org/wiki/Certificate_Transparency)のログからシリアル番号を確認することもできます。
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Should I use encrypted DNS?
 | 
					## 暗号化DNSを使うべきか?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
We made this flow chart to describe when you *should* use encrypted DNS:
 | 
					暗号化DNSを使う*べき*かというフローチャートは以下のとおりです:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
``` mermaid
 | 
					``` mermaid
 | 
				
			||||||
graph TB
 | 
					graph TB
 | 
				
			||||||
    Start[Start] --> anonymous{Trying to be<br> anonymous?}
 | 
					    Start[スタート] --> anonymous{匿名化する<br>必要がある?}
 | 
				
			||||||
    anonymous--> | Yes | tor(Use Tor)
 | 
					    anonymous--> | はい | tor(Torを使う)
 | 
				
			||||||
    anonymous --> | No | censorship{Avoiding<br> censorship?}
 | 
					    anonymous --> | いいえ | censorship{検閲を<br>避ける?}
 | 
				
			||||||
    censorship --> | Yes | vpnOrTor(Use<br> VPN or Tor)
 | 
					    censorship --> | はい | vpnOrTor(VPNやTor<br>を使う)
 | 
				
			||||||
    censorship --> | No | privacy{Want privacy<br> from ISP?}
 | 
					    censorship --> | いいえ | privacy{ISPから<br>プライバシーを守りたい?}
 | 
				
			||||||
    privacy --> | Yes | vpnOrTor
 | 
					    privacy --> | はい | vpnOrTor
 | 
				
			||||||
    privacy --> | No | obnoxious{ISP makes<br> obnoxious<br> redirects?}
 | 
					    privacy --> | いいえ | obnoxious{ISPが不快な<br>リダイレクトをする?}
 | 
				
			||||||
    obnoxious --> | Yes | encryptedDNS(Use<br> encrypted DNS<br> with 3rd party)
 | 
					    obnoxious --> | はい | encryptedDNS(第三者の<br>暗号化DNS<br>を使う)
 | 
				
			||||||
    obnoxious --> | No | ispDNS{Does ISP support<br> encrypted DNS?}
 | 
					    obnoxious --> | いいえ | ispDNS{ISPが暗号化DNS<br>に対応している?}
 | 
				
			||||||
    ispDNS --> | Yes | useISP(Use<br> encrypted DNS<br> with ISP)
 | 
					    ispDNS --> | はい | useISP(ISPの<br>暗号化DNS<br>を使う)
 | 
				
			||||||
    ispDNS --> | No | nothing(Do nothing)
 | 
					    ispDNS --> | いいえ | nothing(何もしない)
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Encrypted DNS with a third party should only be used to get around redirects and basic [DNS blocking](https://en.wikipedia.org/wiki/DNS_blocking) when you can be sure there won't be any consequences, or you're interested in a provider that does some rudimentary filtering.
 | 
					第三者の暗号化DNSはリダイレクトや基本的な[DNSブロッキング](https://en.wikipedia.org/wiki/DNS_blocking)を回避するため、もしくは初歩的なフィルタリングをするプロバイダに興味がある場合にのみ使うべきです。
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[List of recommended DNS servers](../dns.md ""){.md-button}
 | 
					[推奨するDNSサーバーのリスト](../dns.md ""){.md-button}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## DNSSECとは?
 | 
					## DNSSECとは?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user