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
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,15 @@ This container requires the following connections:
218
218
219
219
Note that [https://1.1.1.1/help](https://1.1.1.1/help) does not work as the container is not a client to Cloudflare servers but a forwarder intermediary. Hence https://1.1.1.1/help does not detect a direct connection to them.
220
220
221
+
## Go API
222
+
223
+
Some packages are exposed publicly through the [pkg](pkg) directory.
224
+
225
+
The API is at v1.x.x but (shame on me) is not stable and subject to change without
226
+
changing version. If you need it to be stable, please [create an issue](https://github.com/qdm12/dns/issues/new).
227
+
228
+
For now, it is used by the [gluetun](https://github.com/qdm12/gluetun) project for its DNS over TLS usage.
0 commit comments