Jonne Haß
5e637b14c9
Handle IPv4-mapped IPv6 addresses
Some reverse proxy configurations pass REMOTE_ADDR as a IPv4-mapped IPv6 address when listening on a IPv6 socket. This patch converts such a mapped address into a IPv4 address at all usages of REMOTE_ADDR. It handles both, the ::ffff:192.0.2.128 format as well as the deprecated ::192.0.2.128 format.
About nsupdate.info =================== https://nsupdate.info is a free dynamic dns service. nsupdate.info is also the name of the software used to implement it. If you like, you can use it to host the service on your own server. Documentation: https://nsupdateinfo.readthedocs.org/ Software project: https://github.com/nsupdate-info/nsupdate.info .. image:: https://travis-ci.org/nsupdate-info/nsupdate.info.png :target: https://travis-ci.org/nsupdate-info/nsupdate.info .. image:: https://coveralls.io/repos/nsupdate-info/nsupdate.info/badge.png :target: https://coveralls.io/r/nsupdate-info/nsupdate.info .. image:: https://badge.fury.io/py/nsupdate.png :target: http://badge.fury.io/py/nsupdate .. image:: https://pypip.in/d/nsupdate/badge.png :target: https://crate.io/packages/nsupdate/ (build and coverage are for latest repo code, package and downloads are for pypi release) Features ======== * Frontend: Dynamic DNS updates via dyndns2 protocol (like supported by many DSL/cable routers and client software). * Backends: - Uses DYNAMIC DNS UPDATE protocol (RFC 2136) to update compatible nameservers like BIND, PowerDNS and others (the nameserver itself is NOT included). - Optionally uses dyndns2 protocol to update other services - we can send updates to configurable 3rd party services when we receive an update from the router / update client. * Prominently shows visitor's IPs (v4 and v6) on main view, shows reverse DNS lookup results (on host overview view). * Multiple Hosts per user (using separate secrets for security) * Add own domains / nameservers (public or only for yourself) * Related Hosts: support updating DNS records of other hosts in same LAN by a single updater (e.g. for IPv6 with changing prefix, IPv4 also works) * Login with local or remote accounts (google, github, bitbucket, ... accounts - everything supported by python-social-auth package) * Manual IP updates via web interface * Browser-based update client for temporary/adhoc usage * Shows time since last update via api, whether it used TLS or not * Shows v4 and v6 IP addresses (from master nameserver records) * Shows client / server fault counters, available and abuse flags * Supports IP v4 and v6, TLS. * Easy and simple web interface, it tries to actively help to configure routers / update clients / nameservers. * Made with security and privacy in mind * No nagging, no spamming, no ads - trying not to annoy users * Free and Open Source Software, made with Python and Django
Description
Languages
Python
71.6%
HTML
27.9%
Shell
0.3%
CSS
0.2%