My problem is, i want to use pushedx's simplest proxy on my project, but i cant make it work. I always got c9 error. I read all off the posts from its thread, but i didnt find any solution. I use the second posted code from pushedx.
There are my connection configs from the code:
Code:
String gateway_host = "127.0.0.1";
Int32 gateway_port = 16000;
String agent_host = "192.168.1.101";
Int32 agent_port = 16001;
String remote_host = "5.153.13.184";
Int32 remote_port = 9779;
String type = "gateway";
I set edxLoader like this:

Uploaded with

Thank you for your answers, and also thanks for your great tutorials pushedx.






