diff --git a/ptp.md b/ptp.md index e7f2ffe7..acde8515 100644 --- a/ptp.md +++ b/ptp.md @@ -14,7 +14,11 @@ The traffic of the container interface will be routed through the interface of t "ipam": { "type": "host-local", "subnet": "10.1.1.0/24" - } + }, + "dns": [ + "8.8.8.8", + "8.8.4.4" + ] } ## Network configuration reference @@ -24,3 +28,4 @@ The traffic of the container interface will be routed through the interface of t * `ipMasq` (boolean, optional): set up IP Masquerade on the host for traffic originating from this network and destined outside of it. Defaults to false. * `mtu` (integer, optional): explicitly set MTU to the specified value. Defaults to value chosen by the kernel. * `ipam` (dictionary, required): IPAM configuration to be used for this network. +* `dns` (string array, optional): name servers to return as is in the [Result](/SPEC.md#result). Defaults to empty list.