Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] TCP "No such host is known ERROR" Keycheck #410

Open
ghost opened this issue Nov 17, 2019 · 0 comments
Open

[REQUEST] TCP "No such host is known ERROR" Keycheck #410

ghost opened this issue Nov 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Nov 17, 2019

Is your feature request related to a problem? Please describe.
Iam currently trying to make a config that uses TCP connections with different hosts, whenever a host does not exist the config simply stalls and ends with a ban, the problem isn't with the proxy the problem is with the combo in that case so it keeps trying to retry with different IP's spamming bans.

Describe the solution you'd like
I'd like a way of storing TCP errors as a var so its possible to keycheck when getting the error
"No such host is known ERROR"

Describe alternatives you've considered
I've tried a keycheck that counts a fail when theres no response however this would also mean it counts a fail with a bad proxy.
I've also tried running a TCP connection to a predetermined host, then once the connection establishes disconnect and try the host from the wordlist. This however would mean atleast 3 more blocks making the config slower and also at the same time making it more complex adding more points of failure incase if the proxy suddenly stops working.
Additional context
*

@openbullet openbullet added the enhancement New feature or request label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant