feat(server): DNS Reverse Lookup for IP Address'

!13 closes #4
This commit is contained in:
2024-02-25 18:02:13 +09:30
parent 93d40b7432
commit f89212b1cb
4 changed files with 74 additions and 11 deletions

View File

@ -23,7 +23,9 @@
ansible.builtin.set_fact:
nfc_c_scan_agent_subnets: "{{ nfc_c_scan_agent_subnets + [{
'id': network.id,
'address': network.subnet + '/' + network.mask
'address': network.subnet + '/' + network.mask,
'nameserverId': network.nameserverId,
'resolveDNS': network.resolveDNS
}] }}"
loop: "{{ lookup('file', cache_filepath) | default ([]) }}"
loop_control: