Skip to content

Commit

Permalink
HTTP/3 with ECH
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Sep 12, 2024
1 parent c55a33e commit af8742e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(buildView());
apkPath = getApplicationInfo().sourceDir;
editText.setText("--http3 --curves X25519Kyber768Draft00 --ech true --doh-url https://1.0.0.1/dns-query https://crypto.cloudflare.com/cdn-cgi/trace");
editText.setText("--http3-only --curves X25519Kyber768Draft00 --ech true --doh-url https://1.0.0.1/dns-query https://cloudflare-ech.com/cdn-cgi/trace");
editText.dispatchKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_ENTER));
}

Expand Down

0 comments on commit af8742e

Please sign in to comment.