Don't forget though that if your upstream DNS is ultimately public (e.g. google on 8.8.8.8) many RBL's place restrictions or block/throttle queries. You may need to also implement a private recursive resolver if you want to go that route.
Don't forget though that if your upstream DNS is ultimately public (e.g. google on 8.8.8.8) many RBL's place restrictions or block/throttle queries. You may need to also implement a private recursive resolver if you want to go that route.
Not necessary to configure recursor, third party library for performing DNS queries may be used to access authoritive servers from PHP itself. It makes possible for using shared hosting environment.
Comments
Did you contact Ratnakar Bank Limited to ask if they have a PHP library or API?
Artificial intelligence is no match for our natural stupidity.
Time flies like an arrow; fruit flies like a banana.
Good one
It seems your best bet is coding it yourself using dns_get_record function.
🇵🇱 KVM VPS | LG
Don't forget though that if your upstream DNS is ultimately public (e.g. google on 8.8.8.8) many RBL's place restrictions or block/throttle queries. You may need to also implement a private recursive resolver if you want to go that route.
Not necessary to configure recursor, third party library for performing DNS queries may be used to access authoritive servers from PHP itself. It makes possible for using shared hosting environment.
🇵🇱 KVM VPS | LG