madpsy

Results 9 comments of madpsy

Here's a partial remap for v4 (just replace the remap which is already in the original script). remap = { 'uptime': 'MAIN.uptime', 'client_conn': 'MAIN.sess_conn', 'client_drop': 'MAIN.sess_drop', 'client_req': 'MAIN.client_req', 'cache_hit': 'MAIN.cache_hit',...

@Xerono Does the VPN disconnect if you hit the refresh icon on the Outline pane? I had the same issue and ended up duplicating the script but using a Condition...

I just tried moving `/usr/lib/sdrpp/plugins/soapy_source.so` and the software now starts, albeit crashes when I hit start when selecting RTL-SDR but that may be a different issue.

thanks for replying- I have that blacklisted (and indeed it works with GQRX) but seems the issue is that X crashes rather than sdr++ so that's a whole other rabbit...

You can set a To address by changing line 86 of library/sendmail.php from: $mail->addAddress(getenv('FEEDBACK_EMAIL')); To this: $mail->addAddress(getenv('FEEDBACK_TOADDRESS')); Then add environment variable to .htaccess or wherever suitable: SetEnv FEEDBACK_TOADDRESS [email protected] (reload...

Server side keys are essential for this feature to be of any use at all. Other webmail clients do it and from a security point of view I fail to...

Indeed (corrected). The private key is encrypted by a passphrase so I don't see any implication of storing it server side except of course the chunk of time needed to...

I'm also seeing this with coturn 4.5.0.7-1ubuntu2.18.04. This is with riot 0.9.8 on Android 9. I had `no-tlsv1` and `no-tlsv1_1` set in turnserver.conf but even after disabling those (thinking maybe...