diff --git a/config.json b/config.json new file mode 100644 index 0000000..6595f7a --- /dev/null +++ b/config.json @@ -0,0 +1,33 @@ +{ + "ProxyRotator": { + "Port": "1080" + }, + "Inject": { + "Enable": true, + "Type": 2, + "Port": "8989", + "Rules": { + "akamai.net:80": [ + "125.235.36.177" + ] + }, + "Payload": "", + "ServerNameIndication": "", + "MeekType": 0, + "Timeout": 5, + "ShowLog": false + }, + "PsiphonCore": 4, + "Psiphon": { + "CoreName": "psiphon-tunnel-core", + "Tunnel": 1, + "Region": "SG", + "Protocols": [ + "FRONTED-MEEK-HTTP-OSSH", + "FRONTED-MEEK-OSSH" + ], + "TunnelWorkers": 2, + "KuotaDataLimit": 1, + "Authorizations": [] + } +} \ No newline at end of file diff --git a/psiphon-tunnel-core b/psiphon-tunnel-core new file mode 100644 index 0000000..1eb2d1d Binary files /dev/null and b/psiphon-tunnel-core differ diff --git a/tun b/tun new file mode 100644 index 0000000..799a046 Binary files /dev/null and b/tun differ