You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set ups CRUD operations, leaves stubs for auth in comments. (#12)
* Set ups CRUD operations, leaves stibs for auth in comments.
Signed-off-by: Andrew Holtzmann <aholtzmann@equinix.com>
* PR Feedback
Signed-off-by: Andrew Holtzmann <aholtzmann@equinix.com>
* Makes supported types better, rename api/v1/record -> records
Signed-off-by: Andrew Holtzmann <aholtzmann@equinix.com>
* Have the isSupported check return the ErrorUnsupportedType
Signed-off-by: Andrew Holtzmann <aholtzmann@equinix.com>
* Fix comments
Signed-off-by: Andrew Holtzmann <aholtzmann@equinix.com>
* Use defined errors more
Signed-off-by: Andrew Holtzmann <aholtzmann@equinix.com>
Signed-off-by: Andrew Holtzmann <aholtzmann@equinix.com>
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
`dns-controller` is a simple controller that allows you to create and update [SRV records](https://datatracker.ietf.org/doc/html/rfc2782), as well as remove them when no endpoints are present.
4
4
5
+
6
+
## Project status
7
+
8
+
This project is in a alpha level / development phase. Each PR will strive to add functionality, although that may not be functionaly to the end state goals.
9
+
10
+
5
11
## About
6
12
7
13
SRV records are a lightweight service discovery method that can be implemented in a wide range of applications. It uses the well-known DNS protocol to retrieve information about the location, port, and protocol of particular service. `dns-controller` centrally manages the lifecycle of these records.
@@ -31,7 +37,7 @@ Follow the format `_service._proto.name. ttl IN SRV priority weight port target.
0 commit comments