Server IP banned from downloadsSolved

Добрый вечер. У меня есть несколько серверов zrust и они раз в сутки утром обновляться с вашего сервера umod.org. Предполагаю, что я нарушил какие-то правила или превысил лимит трафика и т теперь заблокирован. У меня постоянный IP адрес и заблокировать было легко. Это обрушило мои сервера. У меня не было злого умысла навредить вам. Если вы подскажите как мне обновляться на последнюю версию Oxide.Rust.zip с сервера github.com я буду качать оттуда, мне нужна прямая ссылка на актуальную версию файла. Мой постоянный IP - *.*.*.*

Заранее прошу прощения если навредил вам.

[email protected]

 

Good evening. I have several zrust servers and they update once a day in the morning from your umod.org server. I assume that I violated some rules or exceeded the traffic limit and that is now blocked. I have a permanent IP address and it was easy to block. It crashed my servers. I had no malicious intent to harm you. If you tell me how I can update to the latest version of Oxide.Rust.zip from the github.com server, I will download from there, I need a direct link to the current version of the file. My permanent IP is *.*.*.*

I apologize in advance if I hurt you

[email protected]

If your servers are the ones that are trying to constantly download multiples times per second, then the IP was blocked. I'd suggest checking json feeds on our site or GitHub rather than rapidly and unnecessarily downloading builds constantly.

https://umod.org/games/rust.json or the GitHub API would be encouraged.

I have 2 servers downloading 2 files once a day with an interval of 10 minutes for many years. Perhaps there was a problem with the Internet and I was blocked.

Merged post

I thought 2 files of 10 megabytes once a day is not scary, the scheduler in the SmoothRestarter.cs plugin has broken. Perhaps this is the problem.

Assuming this is your servers? If so, it was more than once per day, spamming numerous times per second. It wasn't so much of it being an issue, it was just blocked for abuse as it was doing it excessively. 257,822 calls in the past 24 hours.

I agree, I have already been blocked for several days, and I think my servers cannot download updates and therefore knocking on you, an error unpacking the update

Merged post

@c:\_oxide\wget --no-check-certificate -N https://umod.org/games/rust/download -O c:\_oxide\Oxide-Rust.zip
set Arg1=c:\_oxide\Oxide-Rust.zip
for %%i in (%Arg1%) do (set /a size1=%%~Zi)
echo %size1%
if "%size1%" equ "0" (copy c:\_oxide\Oxide-Rust.zip1 c:\_oxide\Oxide-Rust.zip /y)
c:\_oxide\7za.exe x -y c:\_oxide\Oxide-Rust*.zip

Merged post

IF ERRORLEVEL 1 goto ziperror

I lifted that IP ban, but please add some sort of checking as mentioned above rather than rapidly trying to download on repeat. 

it was necessary to add a delay, to blame

how long to put a delay on error?

Merged post

:ziperror
@timeout 5400

Merged post

can i set a shorter time?
Locked automatically