0
0
mirror of https://github.com/sammwyy/MikuMikuBeam.git synced 2025-06-29 18:21:13 +00:00

chore: Update ReadMe

This commit is contained in:
Roman U. 2025-01-23 20:43:32 +07:00 committed by GitHub
parent 155d2a6806
commit c90424628b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -142,6 +142,7 @@ const attackHandlers = {
> 4. Requests fail to be sent to the target server (Read timeout and variations)
**Re:** You must put the corresponding proxies in the file `data/proxies.txt`. On each line, put a different proxy that will be used to perform the attack. The format must be the following:
- `protocol://user:password@host:port` (Proxy with authentication)
- `protocol://host:port`
- `host:port` (Uses http as default protocol)
- `host` (Uses 8080 as default port)