Don’t do this
- Do not send the complete proxy string to a public group chat or screenshot of a work order.
- Don’t write down the API URL, username and password in the public code repository.
- Do not share the same set of credentials with multiple people for a long time.
- Don’t paste your real password to a third-party webpage when troubleshooting.
Recommended Practice
- Local script uses environment variables to read proxy credentials.
- Team projects use a key management tool or CI/CD Secret to save credentials.
- Split the configuration file by project to facilitate subsequent deactivation and troubleshooting.
- Reset the voucher in a timely manner after the project ends, outsourcing delivery or member changes.
Example
MASKPROXY_HOST=gw.maskproxy.net
MASKPROXY_PORT=1288
MASKPROXY_USER=username
MASKPROXY_PASS=password
If you need to submit a work order, please first cover the username, password, API URL, complete proxy string and account balance.