diff --git a/.gitignore b/.gitignore index 20bfc3f..d3b0711 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # Secrets & user config -config.json .env # CA certificates (generated at runtime, contain private keys) diff --git a/config.example.json b/config.example.json deleted file mode 100644 index 387a0ed..0000000 --- a/config.example.json +++ /dev/null @@ -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": {} -} diff --git a/config.json b/config.json new file mode 100644 index 0000000..4922aa6 --- /dev/null +++ b/config.json @@ -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 +} \ No newline at end of file