Fix stuff and get sticky
This commit is contained in:
@@ -11,7 +11,10 @@ using json = nlohmann::json;
|
||||
struct Config {
|
||||
// The randomly chosen server we are talking to OR user-specific server
|
||||
QString server;
|
||||
// Shouuld we only speak Tor to this server?
|
||||
bool torOnly {false};
|
||||
// Should we randomly try other servers if specified server is down?
|
||||
bool stickyServer {false};
|
||||
};
|
||||
|
||||
struct ToFields;
|
||||
|
||||
Reference in New Issue
Block a user