From ccee13dadffedaa96c88a58554f49fe48e04ffa0 Mon Sep 17 00:00:00 2001 From: yakamok <38737288+yakamok@users.noreply.github.com> Date: Tue, 3 Jul 2018 02:20:25 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2367004..243ec1a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ server to collect DHT views from yggdrasil nodes and store in a data base ### send-view.py Very simple to use just add in crontab and run once an hour. +If you want to get access an external Admin API on another server: + +send-view.py ipv4 port + +__example__ +send-view.py 192.168.1.100 9001 ## Todo