binder icon indicating copy to clipboard operation
binder copied to clipboard

Django Web Admin Gui for manging BIND DNS Zones

Results 21 binder issues
Sort by recently updated
recently updated
newest added

Hi, Does this support multiple users each with their own servers/zones? if it does could you provide some information on how that works?

Getting error this running binder and click on my server that I created in the admin section. I'm testing under virtualenv and ran the requirements but get error below Any...

Hi Jeff Thanks for your work! We like binder :-) Is it correct that the binder app supports adding/editing of the following record types: A, AAAA, CNAME? Would be great...

``` python manage.py createsuperuser Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line utility.execute() File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 382, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File...

First off, Bind9 uses XML 3.6 which isn't supported. Editing the xml library to just use the XML 3.5 parser seems to work... but then it fails not supporting any...

Hi, I'm hoping its possible to convert binder to a standalone application. I am looking to integrate it with an existing django site and it would be easier if that...

I'm trying to run binder on test server, after installing all dependencies and running syncdb (without erros), I'm starting a django (manage.py runserver 0.0.0.0:8080) but if I try to open...

Up to now when selecting multiple resource records for deletion for each of them a single message has been sent to the DNS server. This commit changes the behavior to...

Document: - Installation - Packages needed - named.conf configuration - Assumptions - URL structure

Hi, I folowed your instruction page on the installation but the server return me a 403 forbidden when i try to access the website. The logs tell the access was...