Add AZcaptcha to solver service links.

This commit is contained in:
ccd0 2020-04-28 11:10:43 -07:00
parent 21e28f4ec6
commit 10812c8189
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,10 @@
"captcha.guru", "captcha.guru",
"https://captcha.guru/" "https://captcha.guru/"
], ],
[
"AZcaptcha",
"https://azcaptcha.com/"
],
[ [
"2captcha", "2captcha",
"https://2captcha.com/" "https://2captcha.com/"

View File

@ -1167,6 +1167,7 @@ Config =
captchaServiceDomain: '' captchaServiceDomain: ''
captchaServiceKey: [{ captchaServiceKey: [{
'https://api.captcha.guru': '' 'https://api.captcha.guru': ''
'https://azcaptcha.com': ''
'https://2captcha.com': '' 'https://2captcha.com': ''
}] }]