Compare commits
2 Commits
88683d5290
...
9e9de4d4f1
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e9de4d4f1 | |||
| 6247dd6228 |
@@ -1,5 +1,4 @@
|
||||
# Secrets & user config
|
||||
config.json
|
||||
.env
|
||||
|
||||
# CA certificates (generated at runtime, contain private keys)
|
||||
|
||||
@@ -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
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user