Monday, January 01, 0001 内 ブログ
--- layout: blog categories: ["ネットワーク"] tags: ["DNS", "プライバシー", "ユーザーピン留め"] draft: false title: DNSプライバシー保護とユーザー像防止戦略 date: 2025-10-09 22:00:00 +0800 comments: true giscus_comments: true description: DNSクエリとユーザー像構築を中心 …
続きを読む
layout: blog categories: ["ネットワーク"] tags: ["DNS", "DoH", "DoT", "QUIC"] draft: false title: DNS 暗号化プロトコル比較:DoT、DoH、DoQ date: 2025-10-09 13:16:16 +0800 comments: true giscus_comments: true description: Plain …
--- layout: blog categories: システム tags: [システム, windows] draft: false title: Windows導覧 linkTitle: Windows導覧 date: 2024-06-28 17:09:22 +0800 toc: true toc_hide: false math: false comments: false giscus_comments: true hide_summary: false hide_feedback: …
windows-ipv6管理 windows-ipv6 管理 # 查看ipv6地址, 过滤locallink地址, 过滤Loopback地址 Get-NetIPAddress -AddressFamily IPv6 | Where-Object {$_.IPAddress -notlike "fe80*" -and $_.IPAddress -notlike "::1"} | Format-Table -AutoSize # 查看ipv6 …
--- layout: blog categories: ネットワーク tags: [ネットワーク, ネットワーク] draft: false title: TCP の考えを UDP に当てはめるべきではない理由 linkTitle: TCP の考えを UDP に当てはめるべきではない理由 date: 2024-06-28 17:20:09 +0800 toc: true toc_hide: false math: false comments: false giscus_comments: …
--- layout: blog categories: バトル tags: [バトル, プログラマー] draft: false title: サードパーティライブラリの落とし穴 linkTitle: サードパーティライブラリの落とし穴 date: 2024-06-28 17:35:19 +0800 toc: true toc_hide: false math: false comments: false giscus_comments: true hide_summary: false …
--- layout: blog title: DoS対策 linkTitle: DoS対策 categories: ネットワーク tags: [ネットワーク, セキュリティ] date: 2024-06-28 15:47:44 +0800 draft: false toc: true toc_hide: false math: false comments: false giscus_comments: true hide_summary: false hide_feedback: false …
--- layout: blog title: K8sクラスターでロードバランサー後のリクエストのソースIPを保持する方法 categories: ネットワーク tags: [ネットワーク, blog] date: 2024-05-27 11:52:22 +0800 draft: false toc: false comments: true --- 引言 アプリケーションのデプロイは常に単純なインストールと実行とは限りません。時にはネットワークの問題を考慮する必要があります。本文では、K8sク …