DNS Address
POST/param.cgi?post_network_info_conf&fdns=:value
Function: Sets the DNS server address of the camera.
Camera Compatibility:
- Move 4K
- Link 4K
- Move SE
- Studio Pro
Example: Set DNS address
curl: curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_network_info_conf&fdns=8.8.8.8" -H "Content-Length: 0"
JavaScript: fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_network_info_conf&fdns=8.8.8.8", {method: 'POST'})
Request
Responses
- 200
- 400
- 404
The request has succeeded.
The server could not understand the request due to invalid syntax.
The server cannot find the requested resource.