Skip to content

Commit

Permalink
3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfish\bugfishtm committed Dec 19, 2023
1 parent fc7cbec commit 1aa72ff
Show file tree
Hide file tree
Showing 30 changed files with 1,307 additions and 36 deletions.
596 changes: 591 additions & 5 deletions LICENSE.md

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![Bugfish](https://img.shields.io/badge/Bugfish-Software-orange)
![Status](https://img.shields.io/badge/Status-Finished-green)
![License](https://img.shields.io/badge/License-MIT-black)
![Version](https://img.shields.io/badge/Version-3.7.2-white)
![License](https://img.shields.io/badge/License-GPLv3-black)
![Version](https://img.shields.io/badge/Version-3.7.3-white)

# Bind9 Web Manager [DNSHTTP]

![framework](./docs/bframe.jpg)
![framework](./_images/bugfish-framework-banner.jpg)

## Documentation

Expand All @@ -19,6 +19,8 @@ For complete documentation, see the file index.html in the docs folder. You can

The Bind9 Web Manager [DNSHTTP] offers a comprehensive set of features for managing your BIND9 DNS servers. Here's an overview of the key functionalities:

![framework](./_images/domains.png)

### Slave Server Replication

Gain control over the replication process between your Slave and Master Servers. This feature provides real-time status updates and allows you to manage replication effectively.
Expand Down
Binary file added _images/bugfish-fp2-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/bugfish-fp2-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added _images/bugfish-framework-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/favicon.ico
Binary file not shown.
Binary file added _images/logo.afphoto
Binary file not shown.
Binary file added _images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/logo_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/logo_default.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/video_screen .afphoto
Binary file not shown.
Binary file added _images/video_screen.afphoto
Binary file not shown.
Binary file added _images/video_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed _release/3.4.0.zip
Binary file not shown.
Binary file removed _release/3.5.0.zip
Binary file not shown.
Binary file removed _release/3.5.1.zip
Binary file not shown.
Binary file removed _release/3.5.2.zip
Binary file not shown.
Binary file removed _release/3.6.0.zip
Binary file not shown.
Binary file removed _release/3.7.0.zip
Binary file not shown.
Binary file removed _release/3.7.1.zip
Binary file not shown.
File renamed without changes.
Binary file renamed _release/3.7.2.zip → _releases/3.7.3.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions _source/_instance/initialize.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/* Variables */
define('_HELP_', "https://bugfishtm.github.io/Bind9-Web-Manager/");
define("_SLAVE_AS_MASTER_DOMAIN_", false); // Not Configured DO NEVER CHANGE!
define("_FOOTER_", '<div id="footer">DnsHTTPv3.7.2 by <a href="https://bugfish.eu/aboutme" target="_blank" rel="noopeener">Bugfish</a> | <a href="'._IMPRESSUM_.'" target="_blank" rel="noopeener">Impressum</a> | <a href="'._HELP_.'" target="_blank" rel="noopeener">Help</a> </div>');
define("_FOOTER_", '<div id="footer">DnsHTTPv3.7.3 by <a href="https://bugfish.eu/aboutme" target="_blank" rel="noopeener">Bugfish</a> | <a href="'._IMPRESSUM_.'" target="_blank" rel="noopeener">Impressum</a> | <a href="'._HELP_.'" target="_blank" rel="noopeener">Help</a> </div>');
define("_CRON_DEBUG_", 2);
define("_CRON_BIND_FILE_CONFIG_DNSHTTP_", _CRON_BIND_LIB_); # Can be left unchanged / Path to save Configuration Files to
# The Initial Bind9 Configuration
Expand Down Expand Up @@ -948,7 +948,7 @@ function logging_add($text) {
// $conf_buildstring .= "\r\n\r\nzone \"".trim($value["domain"])."\" {\r\n\ttype master;\r\n\tfile \"".$filenamecleared."\";\r\n};";
//}
$nowwritte = true;
$conf_buildstring .= "\r\n\r\nzone \"".trim($value["domain"])."\" {\r\n\ttype master;\r\n\tfile \"".$filenamecleared."\";\r\n\tallow-transfer { ".$allserverlist." };\r\n\tallow-update { ".$allserverlist." };\r\n};";
if(trim($value["domain"]) != ".") { $conf_buildstring .= "\r\n\r\nzone \"".trim($value["domain"])."\" {\r\n\ttype master;\r\n\tfile \"".$filenamecleared."\";\r\n\tallow-transfer { ".$allserverlist." };\r\n\tallow-update { ".$allserverlist." };\r\n};";}
} else {
$isnowregister = false;
$mysql->query("UPDATE "._TABLE_DOMAIN_BIND_." SET zonecheck = 0, okonce = 0, registered = 0 WHERE id = '".$value["id"]."'");
Expand All @@ -962,7 +962,7 @@ function logging_add($text) {
}

if(!$nowwritte AND @file_exists(@$filenamecleared) AND _CRON_BIND_FILE_REWRITE_) {
$conf_buildstring .= "\r\n\r\nzone \"".trim($value["domain"])."\" {\r\n\ttype master;\r\n\tfile \"".$filenamecleared."\";\r\n\tallow-transfer { ".$allserverlist." };\r\n\tallow-update { ".$allserverlist." };\r\n};";
if(trim($value["domain"]) != ".") { $conf_buildstring .= "\r\n\r\nzone \"".trim($value["domain"])."\" {\r\n\ttype master;\r\n\tfile \"".$filenamecleared."\";\r\n\tallow-transfer { ".$allserverlist." };\r\n\tallow-update { ".$allserverlist." };\r\n};";}
}
}
}
Expand Down
Binary file added docs/assets/bugfish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/bugfish-fp2-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/bugfish-framework-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
733 changes: 708 additions & 25 deletions docs/index.html

Large diffs are not rendered by default.

Binary file added docs/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logo_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1aa72ff

Please sign in to comment.