0ec12dbc5f
Update README json examples. ( #12 )
...
This commit fixes the JSON examples in the README. There was a missing
`]` in the example input, a missing IP range in the reflected output,
and a few trailing `,` that shouldn't have been there.
2017-09-01 09:37:22 +03:00
41b2ff5940
Use iris v6 and Go 1.8+ ( #10 )
...
* Quick fixes to bring framework up to date
* Script for test running, api tests need complete rewrite
* Removed govendor from tests
* Fix for AutoTLS
2017-08-02 19:25:27 +03:00
2bfeedda4c
Fixed iris version to v5 api ( #9 )
2017-01-30 12:19:22 +02:00
872e2b7c6f
Service offline
2017-01-30 09:32:01 +02:00
220ef6d3c0
Merge pull request #7 from joohoi/release-0.1
...
Release 0.1
2016-12-05 00:43:10 +02:00
33bea973dc
Release 0.1
v0.1
2016-12-05 00:35:51 +02:00
d156937bc5
Merge pull request #4 from joohoi/cidr-range
...
Implement possibility to provide a list of CIDR ranges to limit update request origins
2016-12-04 23:16:51 +02:00
87d6e03c53
Merge pull request #5 from sjtoik/cidr-range
...
Comma tuning and added ipv6 example to JSON structure.
2016-12-04 21:29:46 +02:00
174cf59fcc
Fixed ipv6 mask.
2016-12-04 19:17:31 +02:00
adf3fb85af
Merge remote-tracking branch 'origin/master' into cidr-range
2016-12-04 15:20:56 +02:00
e72396d8f6
Merge pull request #6 from joohoi/coverfix
...
goveralls fixes to get meaninful stats out of coveralls.io
2016-12-04 15:09:20 +02:00
370a98d31b
Merge remote-tracking branch 'origin/master' into coverfix
2016-12-04 14:55:37 +02:00
5270d401e1
goveralls fixes to get meaninful stats out of coveralls.io
2016-12-04 14:49:50 +02:00
8ddb845ca5
Added IPv6 testcases
2016-12-04 14:19:17 +02:00
7510368a46
Comma tuning and added ipv6 example to JSON structure.
2016-12-03 19:36:46 +02:00
ad4decb0bb
Added new video with the new API
2016-12-03 15:44:50 +02:00
8d0b08229d
Readme changes
2016-12-03 11:33:43 +02:00
cb050c2c92
Modified returned JSON structure
2016-12-03 10:31:15 +02:00
8b3d3f809f
Merge remote-tracking branch 'origin/master' into cidr-range
2016-12-03 08:37:29 +02:00
340b6a6892
Merge pull request #3 from sjtoik/master
...
Updates to instructions.
2016-12-02 18:32:30 +02:00
b269777304
Documentation updates to config file.
2016-12-02 18:14:02 +02:00
ef64560fe5
Elevated modifications.
2016-12-02 17:48:36 +02:00
77729447d4
Corrections to spelling and structure based on the discussions.
2016-12-02 17:44:58 +02:00
bf9eaf2f32
Added config option to check for a header value for clinet IP
2016-12-02 17:04:16 +02:00
8c99346b01
Remove old commented out code
2016-12-02 16:26:31 +02:00
5f68d84ca5
Removed register GET request in favor of POST, and did required HTTP api changes
2016-12-02 15:42:10 +02:00
c3ac7a211c
DB code for CIDR handling
2016-12-01 00:03:08 +02:00
70f45b374a
Updates to instructions.
2016-11-30 08:26:46 +02:00
8ffed7a3d7
Merge pull request #2 from joohoi/extend-db
...
Extend the database for a upcoming feature before release
2016-11-29 15:42:15 +02:00
353a488f01
Extend the database for a upcoming feature before release
2016-11-29 15:35:46 +02:00
a5e95a6044
Update README.md
2016-11-29 12:48:36 +02:00
5ade14f2bc
Update README.md
2016-11-29 01:15:00 +02:00
c7f7e6cca8
Fixed a typo
2016-11-29 01:14:08 +02:00
6a22631c4f
Update README.md
2016-11-29 01:09:38 +02:00
08d3190a6c
Update README.md
2016-11-29 01:06:16 +02:00
64e5f58108
Update README.md
2016-11-29 01:05:14 +02:00
b661ffcf22
Oh I suck at markdown
2016-11-29 00:43:24 +02:00
0b9bc7d740
Updated readme
2016-11-29 00:39:46 +02:00
4c437c0506
Added protocol selection to DNS server
2016-11-28 22:46:24 +02:00
d33bda96fa
New test and test logger stettings
2016-11-28 16:25:42 +02:00
cbf8337f2b
Updated govendor deps
2016-11-28 16:25:08 +02:00
550b23778f
Better coverage and refactored static record parsing
2016-11-28 15:39:52 +02:00
3154c686e0
Skip main in tests for meaningful cover stats
2016-11-28 15:00:12 +02:00
805c7dd2cf
Moved global vars to types.go
2016-11-28 13:13:45 +02:00
74f160114b
Moved HTTP server methods to main
2016-11-28 13:09:10 +02:00
ca13a4baeb
Fixed travis config
2016-11-28 02:23:23 +02:00
e036c191e9
Fiexes for DNS tests
2016-11-28 02:09:01 +02:00
91ca768b5c
Added test dependency
2016-11-28 01:56:39 +02:00
31a82e680f
Better DB test coverage
2016-11-28 01:55:57 +02:00
4615826267
Made DB an interface
2016-11-27 23:21:46 +02:00