Ignore device from client and save config at server?

<p>I'm testing NAS Server version, my NAS is QNAP, and the version is 3.4.7.
</p>
<p>When I ignore a device(example: xxxx/yyyy) from client, I found that the config.ini at server has the config "IgnoredDevices=xxxx/yyyy".
</p>
<p>Every client can ignore devices and save the config to server? Amazing....</p>

#2

That the way it's meant to work. If that's not what you want, then use the onDeviceIgnore callback , https://www.virtualhere.com/quirks

#4

But where's the full documations? I can't see this link, before.

#5

Yes it is here https://www.virtualhere.com/forum/1

(sorry that link was not a pinned topic, I have now made a change to pin to the top of the support forum)

#6

I found that "Reverse Clients" has the same problem, how can I resolve it?
I mean I can do this on client: Right Click -> Reverse Clients -> Add -> www.google.com
Then the config.ini on server has this: ReverseClients=www.google.com:7573

#7

There is no way to only allow specific clients to add/remove reverse clients, but what you can do is to use the HideMenuItems setting *at the client side* to hide that feature. See here https://www.virtualhere.com/client_configuration_faq -> "Can i customize the client menu?"

#8

I think this is not a good idea. Because I can delete the client configuration file(vhui.ini)

#9

OK thats the way it works at the moment

#10

Is there any other way (like onReverseClient callback at server) in the future?

#11

Yes that is a good idea, i will add that in the next build due in the next two weeks...

#13

Ok this is added in 3.5.2 of the server see here https://www.virtualhere.com/quirks "onAddReverseClient" and "onRemoveReverseClient" . Create a script and return 0 from those