From 806cd6056902935fe61f3fa163d5cfe9ee4a9543 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 29 Aug 2022 17:42:45 +0200 Subject: [PATCH] add unassorted trackers --- teller.cc | 2 +- teller.conf | 5 ++ trackers.conf | 205 +++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 210 insertions(+), 2 deletions(-) diff --git a/teller.cc b/teller.cc index 21f75f7..2f5a082 100644 --- a/teller.cc +++ b/teller.cc @@ -153,7 +153,7 @@ int main(int argc, char** argv) if(pos2 == string::npos) continue; line.resize(pos2); string ip = line.substr(pos+2, pos2 - pos - 2); - cout<<"IP is: '"<