mirror of
https://bitbucket.org/anguist/ntpa
synced 2026-09-26 10:54:04 +00:00
Updated documentation
This commit is contained in:
+6
-1
@@ -1,3 +1,8 @@
|
||||
USE ntpa;
|
||||
|
||||
INSERT INTO host (ip, name, orgId) VALUES ('90.184.222.114', 'ntp1.innolan.net', 901);
|
||||
INSERT INTO host (ip, name, orgId) VALUES ('90.184.222.114', 'ntp1.innolan.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);
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user