diff --git a/Serverless-for-Iran/README.md b/Serverless-for-Iran/README.md index b2d6ee5..0a31907 100644 --- a/Serverless-for-Iran/README.md +++ b/Serverless-for-Iran/README.md @@ -6,19 +6,20 @@ # Serverless for Iran -bypass censorship using fragment and noise. +Bypass censorship using TCP/TLS fragment and UDP noises. -it doesn't change the IP, so it is not suitable for anonymity. +It doesn't change your local IP, so it is not suitable for anonymity. # Serverless with MitM-Domain-Fronting for Iran (Xray-core v25.2.21+) -same as "serverless for Iran" but using h2c(doh domain fronting) for dns and MitM for these services that support domain fronting: -* youtube -* x -* reddit -* meta (facebook, instagram, ...) +Same as "Serverless for Iran" but use "DoH h2c + domain fronting" for DNS and MitM for these services that support domain fronting: +* YouTube +* X +* Reddit +* Meta (Facebook, Instagram, ...) (This list will be updated) -you need a self-signed-certificate: you can create with "./xray tls cert -ca -file=mycert" command. -also, the certificate must be imported into "Trusted-Root-Certification-Authorities" of system/browser. +**Requires a self-signed-certificate: You can create it using "./xray tls cert -ca -file=mycert" command.** + +**Also, the certificate must be imported into "Trusted-Root-Certification-Authorities" of system/browser.** diff --git a/Serverless-for-Iran/serverless_for_Iran.jsonc b/Serverless-for-Iran/serverless_for_Iran.jsonc index d795fe9..6fc53df 100644 --- a/Serverless-for-Iran/serverless_for_Iran.jsonc +++ b/Serverless-for-Iran/serverless_for_Iran.jsonc @@ -4,6 +4,8 @@ // Serverless for Iran v1 // Xray-core v25.2.21+ +// Bypass censorship using TCP/TLS fragment and UDP noises. +// It doesn't change your local IP, so it is not suitable for anonymity. { "log": { diff --git a/Serverless-for-Iran/serverless_with_mitm_for_Iran.jsonc b/Serverless-for-Iran/serverless_with_mitm_for_Iran.jsonc index e7dfd2d..875487e 100644 --- a/Serverless-for-Iran/serverless_with_mitm_for_Iran.jsonc +++ b/Serverless-for-Iran/serverless_with_mitm_for_Iran.jsonc @@ -4,8 +4,8 @@ // Serverless with MitM-Domain-Fronting for Iran v1 // Xray-core v25.2.21+ -// Requires a self-signed-certificate: you can create it using "./xray tls cert -ca -file=mycert" command -// also, the certificate must be imported into "Trusted-Root-Certification-Authorities" of system/browser +// Requires a self-signed-certificate: You can create it using "./xray tls cert -ca -file=mycert" command. +// Also, the certificate must be imported into "Trusted-Root-Certification-Authorities" of system/browser. {