I have a linux client that reports his ip adress to a server who writes the ip down in a mysql table.
Now my question is how to bind this ip adresse to a subdomain in the moment it is submitted by the client?
i heard about the Linux DNS Bind but the addresses their are declared static in a file called "named.conf" if im getting it right...
How would you solve it? Thanks in advance
相关问题
- Why can't I bind to winproc?
- Confused on prototype bindings, this statement
- How to change the IP address of a docker after cre
- Google recaptcha remoteip explanation
- Embed RTSP Stream into Browser
相关文章
- PostgreSQL field data type for IPv4 addresses
- Compiling code that uses socket function bind() wi
- How to find that an IP address is a LAN IP or WAN
- Direct IP call android
- Automate ftp upload to ip
- How to clear cookies for specific domain in iOS?
- Connect to another computer using IP address
- How bind socket to device in windows?
DNS servers like bind allow for dynamic dns updates from DHCP servers and the like: https://www.isc.org/software/bind/documentation/arm95#dynamic_update and here is the RFC mentioned: http://www.ietf.org/rfc/rfc2136.txt
I guess technically it's a host to IP address A record you actually want to create.