mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 15:38:10 -08:00
Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
This commit is contained in:
@@ -54,7 +54,6 @@ namespace net_utils
|
||||
struct http_server_config
|
||||
{
|
||||
std::string m_folder;
|
||||
std::string m_required_user_agent;
|
||||
boost::optional<login> m_user;
|
||||
critical_section m_lock;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user