文件管理器 ruby-pdns

码农软件 · 软件分类 · 网络工具包 · 2019-03-02 15:27:27

软件介绍

ruby-pdns 是一个简单的Ruby库用来开发动态基于 PowerDNS的DNS记录应用,它将复杂的DNS操作过程封装起来并提供简单易用的方法,示例代码如下所示:

module Pdns
  newrecord
("www.your.net") do |query, answer|
   
case country(query[:remoteip])
     
when "US", "CA"
        answer
.content "64.xx.xx.245"

     
when "ZA", "ZW"
        answer
.content "196.xx.xx.10"

     
else
        answer
.content "78.xx.xx.140"
     
end
 
end
end

本文地址:https://www.codercto.com/soft/d/470.html

Pro Django

Pro Django

Marty Alchin / Apress / 2008-11-24 / USD 49.99

Django is the leading Python web application development framework. Learn how to leverage the Django web framework to its full potential in this advanced tutorial and reference. Endorsed by Django, Pr......一起来看看 《Pro Django》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换