Ports Search

Results 251260 of 293 for /dns/.(0.031 seconds)
net/IO-Socket-INET6-2.72 (Score: 0.020491567)
Perl module with object interface to AF_INET6 domain sockets
IO::Socket::INET6 provides an object interface to creating and using sockets in the AF_INET6 domain. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket. As a consequence, this module is protocol independent, it can run both IPv6 & IPv4, when DNS names are passed.
net/pen-0.33.2 (Score: 0.020491567)
Load balancer for UDP and TCP based protocols
This is pen, a load balancer for UDP and TCP based protocols such as DNS, HTTP or SMTP. It allows several servers to appear as one to the outside and automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.
net/torsocks-2.1.0 (Score: 0.020491567)
Easy way to make any app work through Tor
This is new generation of TSOCKS. Torsocks allows you to use most socks-friendly applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you're using. See also https://gitweb.torproject.org/torsocks.git
sysutils/terraform-0.6.14 (Score: 0.020491567)
Provides a common configuration to launch infrastructure
Terraform provides a common configuration to launch infrastructure - from physical and virtual servers to email and DNS providers. Once launched, Terraform safely and efficiently changes infrastructure as the configuration is evolved. Simple file based configuration gives you a single view of your entire infrastructure.
sysutils/webmin-1.810 (Score: 0.020491567)
Web-based interface for system administration for Unix
Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms, you can setup user accounts, Apache, DNS, file sharing and so on. Webmin consists of a simple web server, and a number of CGI programs which directly update system files like /etc/inetd.conf and /etc/master.passwd.
www/libepc-0.4.4 (Score: 0.020491567)
The Easy Publish and Consume library
The Easy Publish and Consume library provides an easy method to: * publish data per HTTPS * announce that information via DNS-SD * find that information * and finally consume it You can use this library as key/value store published to the network, using encryption, authentication and service discovery.
www/mergelog-4.5 (Score: 0.020491567)
Tool to merge and sort by date http log files
mergelog is a tool which merges and sorts by date http log files in 'Common Log Format'. The result is sent to the standard output. It is useful to create a single log file for multiple hosts using round-robin DNS.
devel/gevent-1.1.1 (Score: 0.018112157)
Python co-routine networking library based on greenlet
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libevent event loop. Features include: - Fast event loop based on libevent (epoll on Linux, kqueue on FreeBSD). - Lightweight execution units based on greenlet. - API that re-uses concepts from the Python standard library (for example there are Events and Queues). - Cooperative sockets with SSL support. - DNS queries performed through libevent-dns. - Monkey patching utility to get 3rd party modules to become cooperative. - Fast WSGI server based on libevent-http gevent is inspired by eventlet but features more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent.
converters/Net-IDN-Nameprep-1.102 (Score: 0.01793012)
Normalization of domain names (Nameprep, RFC 3491)
This module implements the nameprep specification, which describes how to prepare internationalized domain name (IDN) labels in order to increase the likelihood that name input and name comparison work in ways that make sense for typical users throughout the world. Nameprep is a profile of the stringprep protocol and is used as part of a suite of on-the-wire protocols for internationalizing the Domain Name System (DNS).
devel/libuv-1.9.1 (Score: 0.01793012)
Multi-platform support library with a focus on asynchronous I/O
libuv is a multi-platform support library with a focus on asynchronous I/O. Feature highlights: + Full-featured event loop backed by epoll, kqueue, IOCP, event ports. + Asynchronous TCP and UDP sockets + Asynchronous DNS resolution + Asynchronous file and file system operations + File system events + ANSI escape code controlled TTY + IPC with socket sharing, using Unix domain sockets or named pipes (Windows) + Child processes + Thread pool + Signal handling + High resolution clock + Threading and synchronization primitives