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

Switch to wildcard for zone config #1159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 1 addition & 87 deletions config/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,93 +11,7 @@ providers:
delete_pcent_threshold: 1.0

zones:
hackclub.com.:
sources:
- config
targets:
- dnsimple
hackclub.org.:
sources:
- config
targets:
- dnsimple
hackclub.io.:
sources:
- config
targets:
- dnsimple
hackedu.us.:
sources:
- config
targets:
- dnsimple
hack.af.:
sources:
- config
targets:
- dnsimple
bulckcah.com.:
sources:
- config
targets:
- dnsimple
dino.icu.:
sources:
- config
targets:
- dnsimple
dinosaurbbq.org.:
sources:
- config
targets:
- dnsimple
hack.club.:
sources:
- config
targets:
- dnsimple
hackclub.app.:
lenient: true
sources:
- config
targets:
- dnsimple
Comment on lines -60 to -64
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there's some custom config here -- how should we handle this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Muirrum can you elaborate here?

hackfoundation.org.:
sources:
- config
targets:
- dnsimple
wackclub.com.:
sources:
- config
targets:
- dnsimple
bank.engineering.:
sources:
- config
targets:
- dnsimple
scrap.dev.:
sources:
- config
targets:
- dnsimple
scrapbook.dev.:
sources:
- config
targets:
- dnsimple
cpu.land.:
sources:
- config
targets:
- dnsimple
aisafety.dance.:
sources:
- config
targets:
- dnsimple
nonprofit.new.:
"*":
sources:
- config
targets:
Expand Down
Loading