dont build for exit node

pull/66/head
Jeff Becker 6 years ago
parent a3e14028d5
commit 0b63a7d66e
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -23,6 +23,12 @@ namespace llarp
virtual std::string
Name() const override;
bool
ShouldBuildMore(llarp_time_t now) const
{
return false;
}
bool
AllocateNewExit(const llarp::PubKey& pk, const llarp::PathID_t& path,
bool permitInternet);

Loading…
Cancel
Save