Yat Ho
Yat Ho
> AFAICT Transmission's RPC server doesn't return 403. Correction: The RPC server does return 403 when the incoming IP address is not in the whitelist, or when the login attempts...
If you delete the entires, Transmission will apply the default values, which is `127.0.0.1,::1`. You can look at Transmission's logs, you should see lines like this: ``` [2024-06-23 21:50:14.772] rpc-server.cc:763:...
Then I have no more ideas, perhaps the 403 actually came from Flood? It's a standalone application if I'm not mistaken.
I had to use `JsonTypeInfo.As.PROPERTY` instead of `JsonTypeInfo.As.EXISTING_PROPERTY`.
> I'm OK with it in theory. I haven't thought it through, but my initial opinion is to leave it undocumented + non-configurable. Agreed. > my initial opinion is to...