Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
homelab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
homelab
Commits
0eda6c7f
Commit
0eda6c7f
authored
1 year ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Router: Small SPF fix.
Fix the SpamAssassin error: `HELO does not match SPF record`.
parent
d20aced5
No related branches found
No related tags found
No related merge requests found
Pipeline
#3749
waiting for manual action
Stage: .pre
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Ansible/roles/router/files/nsd/shore.co.il
+3
-3
3 additions, 3 deletions
Ansible/roles/router/files/nsd/shore.co.il
with
3 additions
and
3 deletions
Ansible/roles/router/files/nsd/shore.co.il
+
3
−
3
View file @
0eda6c7f
...
...
@@ -2,7 +2,7 @@
$TTL 1h
$ORIGIN shore.co.il.
@ IN SOA ns1 hostmaster (
20240
126
01 ; Serial
20240
203
01 ; Serial
4h ; Refresh
1h ; Retry
4w ; Expire
...
...
@@ -26,8 +26,8 @@ ns4 IN A 163.172.74.36
IN SPF "v=spf1 -all"
smtp IN A 62.219.131.121
IN TXT "v=spf1 -all"
IN SPF "v=spf1 -all"
IN TXT "v=spf1
a
-all"
IN SPF "v=spf1
a
-all"
_imaps._tcp IN SRV 0 1 993 imap
IN TXT "v=spf1 -all"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment