Forward client IP to rippled when proxying (#77)

This commit is contained in:
CJ Cobb
2022-01-05 14:51:00 -05:00
committed by GitHub
parent 41e412302b
commit 49c7c9989f
11 changed files with 37 additions and 86 deletions

View File

@@ -14,6 +14,7 @@
#include <iostream>
#include <memory>
#include <mutex>
#include <thread>
namespace Backend {

View File

@@ -1,6 +1,7 @@
#include <boost/asio.hpp>
#include <boost/format.hpp>
#include <backend/PostgresBackend.h>
#include <thread>
namespace Backend {
PostgresBackend::PostgresBackend(boost::json::object const& config)