02:44:25 vtnerd: When can I start testing out some of these Monero LWS admin features you're working on? 11:36:40 Cryprogrampy[m] immediately if you want. The `develop` branch has admin rest commands, and there's a pr branch for webhooks that's ready for testing 13:35:21 * someoneelse49549 sent a cpp code block: https://libera.ems.host/_matrix/media/v3/download/libera.chat/a56305537115d491e144be51bc87f4aab04870bb 13:43:50 Nevermind it's possible 16:53:05 hi, ive been testing monero's proxy on 3 android apps and ive found they all have a DNS leak on startup 16:53:22 once node connection is made, all traffic is routed thru proxy 16:53:29 is this intended behavior? 17:02:48 Probably not, assuming you're not talking about --tx-proxy. 17:03:19 We use a library for DNS stuff (libunbound) which makes its own network calls. 17:03:33 You can file a bug. 17:04:41 You can also disable (at least some) DNS checks via command line for now. 17:39:43 looking into it 17:52:29 r4v3r23[m]: wallet proxy? daemon proxy? 18:09:57 selsta: wallet proxy 18:16:29 what are these 3 android apps? 18:16:58 can you reproduce the same behaviour with monero-wallet-cli? if yes, can you reproduce it with the `--no-dns` flag? 18:17:01 ANON, Mysu, and Monerujo 18:28:31 much more comfortable on android, will give it a try 19:42:11 "Cryprogrampy[m] immediately if..." <- Got it to work :) This admin functionality is exactly what I've been looking for! It's a bit unclear in the docs that you need to request http://admin/command... I spend way too much time trying to do ```params:{list_requests: {}} . Maybe we can throw in an example with a full curl command.