Improved error handling & fixed config bugs

This commit is contained in:
2016-04-03 22:25:12 +02:00
parent 76a97ee648
commit 198ea86fa4
22 changed files with 224 additions and 59 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
USE ntpa;
INSERT INTO host (ip, name, orgId) VALUES ('90.184.222.114', 'ntp1.innolan.net', 900);
INSERT INTO host (ip, name, orgId) VALUES ('127.0.0.1', 'ntp1.example.net', 900);
INSERT INTO peer (ip, name, orgId) VALUES ('90.184.222.115', 'ntp2.innolan.net', 901);
INSERT INTO peer (ip, name, orgId) VALUES ('192.36.144.22', 'ntp1.sth.netnod.se', 250);
INSERT INTO peer (ip, name, orgId) VALUES ('127.0.0.2', 'ntp2.example.net', 901);
INSERT INTO peer (ip, name, orgId) VALUES ('127.0.0.2', 'ntp55.example.net', 250);
COMMIT;