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?
Websites have ads, I have ad-blocker.
Good one
It seems your best bet is coding it yourself using dns_get_record function.
Check our KVM VPS (flags are clickable): π΅π± πΈπͺ | Looking glass: π΅π± πΈπͺ
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.
Check our KVM VPS (flags are clickable): π΅π± πΈπͺ | Looking glass: π΅π± πΈπͺ