Reverse DNS
 
Notifications
Clear all

Reverse DNS

2 Posts
2 Users
0 Reactions
255 Views
Nathan_K
(@nathan_k)
Estimable Member Registered
Joined: 4 years ago
Posts: 131
Topic starter  

Trying to pull rDNS (Reverse DNS) info to go along with WAN IP info using the HTTP method, but I'm not getting something right. It almost feels like the URL option in the HTTP method doesn't support user variables. See example below:

HTTPGET=interval:60,set:wan_ipv4,source: https://api.ipify.org/,display:%1,hidden:1 
HTTPGET=interval:60,set:wan_ipv6,source:https://[api64.ipify.org]/,display:%1,hidden:1
HTTPGET=set:wan_rDNS,source: https://ipinfo.io/%wan_ipv4%/hostname,display:%1,hidden:1 
TEXT=interval:30,color:55cc77,text:WAN Address,display:IPv4: %wan_ipv4%   IPv6: %wan_ipv6% |rDNS: %wan_rDNS%

   
Quote
Glenn
(@glenn)
Member Admin
Joined: 6 years ago
Posts: 1322
 

just got this today. yes, you're right. i'll add that to the next release.


   
ReplyQuote
Glenn's Page