From c01068398b1602f6e59f79acb9098306ec6e170b Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:01:15 -0500 Subject: [PATCH] charles proxy is not doing what I want --- x/examples/outline-pwa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/examples/outline-pwa/README.md b/x/examples/outline-pwa/README.md index aebbd6f6..1959bace 100644 --- a/x/examples/outline-pwa/README.md +++ b/x/examples/outline-pwa/README.md @@ -296,7 +296,7 @@ This code lab guides you through creating a censorship-resistant Android/iOS app ## Verify with Packet Tracing -* **iOS:** Start the emulator with `npx cap run ios`. Use [Charles Proxy](https://www.charlesproxy.com/) to view network traffic coming from your iOS simulator and observe DoH traffic coming from `9.9.9.9`. +* **iOS:** TBD * **Android:** Start the emulator with `npx cap run android`. Use Wireshark to capture network traffic. Filter by `ip.addr == 9.9.9.9` (your chosen DNS server). You should see TCP and TLS traffic, indicating that your app is using DNS over HTTPS (DoH). ## Building and Distributing your App