forked from yandex/gixy
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 'clean' session and update get_external_nameservers function
The 'clean' section from rpm/gixy.spec file has been removed because it is no longer needed. Moreover, an important update has been made to the get_external_nameservers function under gixy/directives/directive.py to handle different types of IP addresses when getting a list of external nameservers used by the resolver directive. This enhances the function's capabilities in handling different IP address situations. Additionally, bumped the project version in gixy/__init__.py.
- Loading branch information
1 parent
fcf4dce
commit 667c676
Showing
5 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# [resolver_external] Using external DNS nameservers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
from gixy.core import severity | ||
|
||
version = '0.1.22' | ||
version = '0.1.23' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
resolver 10.0.0.1; |
Shouldn't this be wrapped in brackets?