With the api we create proxies that have security parameters; login or ip, droplets waking up on digitalocean but we cant connection. We sending with a comma-separated list of ip or username and password with the api. When we test the proxies it fails and we cannot connect but when we create it in the dashboard without the api it works and we connecting with both options (login or ip). By the way, no matter how much time passes through the proxies we created with the api, it does not appear on the panel. We want to use the api, not dashboard.
example params;
$params['gusername'] = "exampleusername";
$params['gpassword'] = "examplepassword";
$params['security'] = "LOGIN";
or
$params['security'] = "IP";
$params['grestriction'] = "exampleip,exampleip,exampleip";
Awesome! This question has already 2 answers..
Hello,
API will be soon improved, it will be working based on templates, so all params that are needed now will be removed, instead there will be only one parametr template_id
Im now finishing routers V2 so can not fix this as it will be changed anyway.
To rewrite API need aprox 7 days.