Compare commits

...

2 Commits

Author SHA1 Message Date
asus 9e9de4d4f1 Merge branch 'main' of https://giteaapp.liara.run/chatnest.ir/MasterAliDns 2026-04-22 18:02:17 +03:30
asus 6247dd6228 fix change 2026-04-22 18:01:51 +03:30
3 changed files with 13 additions and 15 deletions
-1
View File
@@ -1,5 +1,4 @@
# Secrets & user config
config.json
.env
# CA certificates (generated at runtime, contain private keys)
-14
View File
@@ -1,14 +0,0 @@
{
"_comment": "Copy this file to config.json and fill in your values",
"mode": "apps_script",
"google_ip": "216.239.38.120",
"front_domain": "www.google.com",
"script_id": "YOUR_APPS_SCRIPT_DEPLOYMENT_ID",
"auth_key": "CHANGE_ME_TO_A_STRONG_SECRET",
"listen_host": "127.0.0.1",
"listen_port": 8085,
"log_level": "INFO",
"verify_ssl": true,
"_hosts_comment": "Optional SNI-rewrite overrides. YouTube, googlevideo, gstatic, fonts.googleapis.com, ytimg, ggpht, doubleclick, etc. are ALREADY handled automatically (routed via google_ip with SNI=front_domain, same trick as the Xray MITM-DomainFronting config). Add entries here only for custom domains, e.g. \"example.com\": \"216.239.38.120\".",
"hosts": {}
}
+13
View File
@@ -0,0 +1,13 @@
{
"mode": "apps_script",
"google_ip": "216.239.38.120",
"front_domain": "www.google.com",
"script_id": "AKfycbz4pDHGjE3KbcOPLr3q4_m9Vw_JGsUQtNWws9CjKCJtf4jY6cCQdD5wQWRVxe_LD8qCRA",
"auth_key": "14726270-e9a3-4381-a008-751414382c82",
"listen_host": "127.0.0.1",
"listen_port": 8085,
"socks5_enabled": true,
"socks5_port": 1080,
"log_level": "INFO",
"verify_ssl": true
}