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
package encDec | |
// This is your origin text, it's very important!!! | |
// IMPORTANT !!! | |
const origin = "" | |
var keyString = NewSHA256(origin) |
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
package logconf | |
import ( | |
"os" | |
"github.com/sirupsen/logrus" | |
) | |
func init() { | |
// Log as JSON instead of the default ASCII formatter. |
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
# | |
# rules.input-after | |
# | |
# Rules that should be run after the ufw command line added rules. Custom | |
# rules should be added to one of these chains: | |
# ufw-after-input | |
# ufw-after-output | |
# ufw-after-forward | |
# |