API user crud management based on Dante Socks5 (1.4.3)
git clone https://github.com/trumanwong/dante-api.git
chmod +x dante-api/cmd/server
chmod +x dante-api/scripts/dante-server/sockd
cd dante-api/scripts && docker-compose up -dcurl --location --request POST 'your_dante_api_container_ip:2022/api/user' \
--header 'Content-Type: text/plain' \
--data-raw '{
"name": "dante",
"password": "dante"
}'curl --location --request GET 'your_dante_api_container_ip:2022/api/user'curl --location --request DELETE 'your_dante_api_container_ip:2022/api/user' --form 'name="dante"'curl https://ifconfig.co --socks5 your_dante_api_container_ip:2020 --proxy-user sockd:sockd