Displaying 4 results from an estimated 4 matches for "humaaraartha".
2023 Sep 08
1
Adding PTR records
What is the right way to add PTR records to zonefile?
I have the following config. Is it syntactically correct?
humaaraartha.in.? ? ? ?A? ? ? ? ?182.59.136.243
243.136.59.182.in-addr.arpa.? ? ? PTR? ? ? ?humaaraartha.in.?
When I dig the latter @localhost, I'm unable to get humaaraartha.in.?
Thanking you
Sagar Acharya
https://humaaraartha.in
P.S. Kindly cc me, I'm not subscribed to the mailing list.
2023 Jul 21
1
Adding SRV records to zone
...Fri, 2023-07-21 at 09:14 +0200, Sagar Acharya via nsd-users wrote:
> How do I add SRV record to my zone file?
>
> Eg. In pdns I have
>
> _xmpp-client._tcp.example.com.? ?3600? ? ?IN? ? ?SRV? ? ? 0 5 5222
> example.com
>
>
> Thanking you
> Sagar Acharya
> https://humaaraartha.in
>
> P.S. Please cc me, I'm not subscribed to this list.?
> _______________________________________________
> nsd-users mailing list
> nsd-users at lists.nlnetlabs.nl
> https://lists.nlnetlabs.nl/mailman/listinfo/nsd-users
2023 Jul 21
1
Adding SRV records to zone
How do I add SRV record to my zone file?
Eg. In pdns I have
_xmpp-client._tcp.example.com.? ?3600? ? ?IN? ? ?SRV? ? ? 0 5 5222 example.com
Thanking you
Sagar Acharya
https://humaaraartha.in
P.S. Please cc me, I'm not subscribed to this list.?
2023 Jul 21
1
Adding SRV records to zone
...t what is the proper method to add SRV records. I read the documentation but I couldn't find anything around it.
If you can perhaps add something which specifies how each and every type of record is to be written on documentation, that would be very useful.
Thanking you
Sagar Acharya
https://humaaraartha.in
21 Jul 2023, 18:46 by jeroen at nlnetlabs.nl:
> Hi Sagar,
>
> Are you getting a particular error?
>
> Because the same method should work just fine in NSD. Simply open the
> corresponding zone file (as configured in nsd.conf) and put that line
> in there.
>
> Best...