Browse Source

Serverless-for-Iran: Update descriptions

RPRX 7 months ago
parent
commit
73272ee478

+ 10 - 9
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.**

+ 2 - 0
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": {

+ 2 - 2
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.
 
 
 {