Jump to content

Remove allowed Hosts?


Recommended Posts

Does anyone know how do i remove hosts from my allowed list? cause when i temp ban them it shows the allowed hosts 5 mins later i named them but they don't go in the green section i can only make them go in the green section if i click update on there circle theres no uipdate on the dedicated server just temp ban heres a screenshot of the dedi i want to remove off my allow list.

 

post-7069-0-98089000-1473287515_thumb.png

Link to comment
Share on other sites

do you have windows or mac os x?

 

Click on the allowed item...then get the id, you can set the value to 0% but this won't stop showing it as allowed (although it won't be allowed unless above your allowed threshold).

 

Now we can permanently delete this using a curl POST request

I have windows how do you permanently delete this?

Link to comment
Share on other sites

I decided since there wasn't currently a method the following will clear the whole saved DB...

 

Make sure to run as admin...and allow the script

download powershell script here

 

then run powershell as admin...cd to the file

run the powershell script...it will default to your router ip being 192.168.88.1, if it is something else just run it with:

.\r1_reset_all_saved.ps1 -routerIp 192.168.2.2
Link to comment
Share on other sites

 

I decided since there wasn't currently a method the following will clear the whole saved DB...

 

Make sure to run as admin...and allow the script

download powershell script here

 

then run powershell as admin...cd to the file

run the powershell script...it will default to your router ip being 192.168.88.1, if it is something else just run it with:

.\r1_reset_all_saved.ps1 -routerIp 192.168.2.2

Reset all saved? what does it reset just the geo filter? Cause ive named all my devices you see would I have to do that again?

Link to comment
Share on other sites

it should always be a circle, a nuke symbol means something else, if temp ban is an option than it is a server.

It's a nuke symbol cause I gave the Dedi 100% but there was no update button just a temp ban option il grab a screenshot later.

Link to comment
Share on other sites

Here's what i mean only a temp ban option there's no reset button

 

attachicon.gifCapture.PNG

You can get around that...right click on the Temp Ban and click inspect...

 

This will open developer tools, the line selected will be the tempBan button...look below it to find:

<button id="reset_host" onclick="on_handle_reset()" class="hidden"><i class="fa fa-refresh"></i>Reset</button>

Double click the word hidden...and delete it, changing the line to:

<button id="reset_host" onclick="on_handle_reset()" class=""><i class="fa fa-refresh"></i>Reset</button>

The button will appear...click it...enjoy

Link to comment
Share on other sites

You can get around that...right click on the Temp Ban and click inspect...

 

This will open developer tools, the line selected will be the tempBan button...look below it to find:

<button id="reset_host" onclick="on_handle_reset()" class="hidden"><i class="fa fa-refresh"></i>Reset</button>

Double click the word hidden...and delete it, changing the line to:

<button id="reset_host" onclick="on_handle_reset()" class=""><i class="fa fa-refresh"></i>Reset</button>

The button will appear...click it...enjoy

Thanks il try that next time i need to reset hosts i ended up factory restoring :lol:

Link to comment
Share on other sites

  • Administrators

When you temporarily ban a dedicated server you can't name it or put it in the deny/allow section. Ban only lasts for 5 minutes, then it will be allowed again if your settings allow it. It's not in the allow list, that is the symbol for a dormant host found by ping assist.

 

Changing it to reset won't make a difference because it's not in the allow list or able to be put in the allowed list. It's been caught by ping assist which is why the symbol looks like that.

 

This is the symbol for a host that's been allowed sparklycircle.png it does look quite similar to ping assist.

Link to comment
Share on other sites

When you temporarily ban a dedicated server you can't name it or put it in the deny/allow section. Ban only lasts for 5 minutes, then it will be allowed again if your settings allow it. It's not in the allow list, that is the symbol for a dormant host found by ping assist.

 

Changing it to reset won't make a difference because it's not in the allow list or able to be put in the allowed list. It's been caught by ping assist which is why the symbol looks like that.

 

This is the symbol for a host that's been allowed attachicon.gifsparklycircle.png it does look quite similar to ping assist.

 

Oh cheers for clearing that up Fraser but when i name the dedi it allows me to put a name and give it 100% Quality but how would i know its in the allow list? and if i wanted to remove it from the allow list later is it possible? and if i wanted to find that allowed dedi how do i find it if it's not in the green section?

Link to comment
Share on other sites

I think what he is saying is that you were getting that symbol because of the ping assist add

 

Yeah i had ping assist realized that now silly me :lol: i set ping assist to 0 and put the home location in the ocean. all good now :)

Link to comment
Share on other sites

  • Administrators

Oh cheers for clearing that up Fraser but when i name the dedi it allows me to put a name and give it 100% Quality but how would i know its in the allow list? and if i wanted to remove it from the allow list later is it possible? and if i wanted to find that allowed dedi how do i find it if it's not in the green section?

 

You can name it and give it a rating on the bar but unless you can click update then it won't save that info or put it into the deny/allow section

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...