-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cecaa4e
commit 95584d9
Showing
17 changed files
with
61 additions
and
60 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
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
|
||
# Exports directory | ||
|
||
Exported firewall rules and settings are save to this directory.\ | ||
Can be reimported automatically, or manually if multiple candidate exports exist. | ||
Exported firewall rules and settings are saved to this directory. | ||
|
||
These exports can be reimported automatically, or manually if multiple candidate exports exist. |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
|
||
# Logs directory | ||
|
||
Errors, warning and information logs made by scripts | ||
Errors, warning and information logs made by scripts and modules are | ||
all saved to this directory. |
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
|
||
# Modules directory | ||
|
||
Root directory for all project modules | ||
Root directory for modules that are part of this repository. | ||
|
||
Each module by convention must have it's own folder of same name. | ||
|
||
`External` subfolders are 3rd party scripts which are dot sourced into modules. | ||
Each module by design must have it's own folder of same name. |
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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
|
||
# Readme directory | ||
|
||
Here you will find documentation and reference for things such as | ||
This directory contains project documentation such as: | ||
|
||
1. Firewall troubleshooting | ||
2. Windows firewall reference | ||
3. Project changelog | ||
4. Random firewall and project related documentation | ||
- Network setup guide | ||
- Development references | ||
- Firewall troubleshooting | ||
- Firewall reference | ||
- Project changelog |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
# Inbound directory | ||
|
||
Root directory for all inbound IPv4 rules | ||
Root directory for all inbound IPv4 firewall rules |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
# Software directory | ||
|
||
Root directory for all inbound IPv4 rules for 3rd party software | ||
Root directory for all inbound IPv4 rules based on software |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
# Outbound directory | ||
|
||
Root directory for all outbound IPv4 rules | ||
Root directory for all outbound IPv4 firewall rules |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
# Software directory | ||
|
||
Root directory for all outbound IPv4 rules for 3rd party software | ||
Root directory for all outbound IPv4 rules based on software |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
# IPv4 directory | ||
|
||
Root directory for all IPv4 rules | ||
Root directory for all IPv4 firewall rules |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
# Inbound directory | ||
|
||
Root directory for all IPv6 inbound rules | ||
Root directory for all inbound IPv6 firewall rules |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
# Outbound directory | ||
|
||
Root directory for all IPv6 outbound rules | ||
Root directory for all outbound IPv6 firewall rules |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
# Templates directory | ||
|
||
Contains template scripts and modules for this project | ||
Contains template scripts and modules for this repository | ||
|
||
In addition in helping to type less, these templates also adopt | ||
project code and formatting style. | ||
In addition in helping to type less, these templates also adopt latest | ||
code and formatting style used by this repository. |
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