Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom prefix from config file #180

Open
rsuaver opened this issue Dec 13, 2021 · 1 comment
Open

Allow custom prefix from config file #180

rsuaver opened this issue Dec 13, 2021 · 1 comment

Comments

@rsuaver
Copy link

rsuaver commented Dec 13, 2021

Simple mod to allow PREFIX to come from config file..

@@ -35,7 +35,7 @@

 # Default values
 domain=${DOMAIN:-"spf-tools.eu.org"}
-prefix="spf"
+prefix=${PREFIX:-"spf"}
 suffix=""
 policy="~all"
 delim="^"

@jsarenik
Copy link
Collaborator

@rsuaver Cool! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants