About IP address configuration change of PMM Server and client address.

Please tell me about the setting change of IP address of PMM Server and client address.
If the server’s IP address changes, can I correct this setting?

[Change before]
server_address: 192.168.100.10
client_address: 192.168.100.14

[After change]
server_address: 192.168.110.10
client_address: 192.168.110.14

/usr/local/percona/pmm-client/pmm.yml

server_address: 192.168.110.10:443
client_address: 192.168.110.14
bind_address: 191.168.110.14

pmm-admin list

PMM Server | 192.168.110.10:443
Client Name | localhost
Client Address | 192.168.110.14
Service Manager | linux-systemd

Hi
If you change the address of your PMM Server, from the client you should be able to execute pmm-admin config --server=1.2.3.4 and then qan-agent will be able to send metrics again.

Thanks you very match!