-
cryptogrampy[m]vtnerd: When can I start testing out some of these Monero LWS admin features you're working on?
-
vtnerdCryprogrampy[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
-
» someoneelse49549 sent a cpp code block: libera.ems.host/_matrix/media/v3/do…5537115d491e144be51bc87f4aab04870bb
-
someoneelse49549Nevermind it's possible
-
r4v3r23[m]hi, ive been testing monero's proxy on 3 android apps and ive found they all have a DNS leak on startup
-
r4v3r23[m]once node connection is made, all traffic is routed thru proxy
-
r4v3r23[m]is this intended behavior?
-
moneromoooProbably not, assuming you're not talking about --tx-proxy.
-
moneromoooWe use a library for DNS stuff (libunbound) which makes its own network calls.
-
moneromoooYou can file a bug.
-
moneromoooYou can also disable (at least some) DNS checks via command line for now.
-
r4v3r23[m]looking into it
-
selstar4v3r23[m]: wallet proxy? daemon proxy?
-
r4v3r23[m]selsta: wallet proxy
-
selstawhat are these 3 android apps?
-
selstacan you reproduce the same behaviour with monero-wallet-cli? if yes, can you reproduce it with the `--no-dns` flag?
-
r4v3r23[m]ANON, Mysu, and Monerujo
-
r4v3r23[m]much more comfortable on android, will give it a try
-
cryptogrampy[m]<vtnerd> "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 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.