Compare commits

...

5 Commits

Author SHA1 Message Date
Nemo 7abd0846f4 v1.0.2 2022-09-07 14:44:12 +05:30
Nemo 808497921a new SCJ IPs, do a new dummy release 2022-07-21 12:11:37 +05:30
Nemo 54ec5e0a4c
Create FUNDING.yml 2022-05-30 14:53:01 +05:30
Nemo 285721704b mailng list isn't maintained anymore, create your own 2021-01-18 19:27:30 +05:30
Nemo fe6f2f64fd 📄 Updates License Date 2019-04-18 17:12:29 +05:30
3 changed files with 9 additions and 3 deletions

3
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,3 @@
ko_fi: captn3m0
liberapay: captn3m0
github: captn3m0

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2017 Abhay Rana
Copyright (c) 2019 Abhay Rana
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,6 +1,9 @@
# terraform-http-setcronjob-whitelist ![](https://img.shields.io/badge/license-MIT-blue.svg)
This module scrapes the SetCronJob IPs from their website and makes them available as a list. If you are using this module, I highly recommend subscribing to the SetCronJob Notification emails regarding changes to this list at http://eepurl.com/cxEQcL. Since this module dynamically generates the list, it won't be updated alongside updates to the SetCronJob list updates.
This module scrapes the SetCronJob IPs from their website and makes them available as a list. Since this module dynamically generates the list, it won't be updated alongside updates to the SetCronJob list updates. You can follow the updates to any IP address changes by the following:
1. Log in to SetCronJob, visit Account > My Profile, click Update profile, and check the box "Receive SetCronJob server IP addresses notifications".
2. Create an account at [Setcronjob Support](https://setcronjob.zendesk.com/auth/v2/login/registration) and click the follow button [here](https://support.setcronjob.com/hc/en-us/articles/219802207-SetCronJob-IP-addresses-list).
[The SetCronjob service documentation](https://support.setcronjob.com/hc/en-us/articles/219802207-SetCronJob-IP-addresses-list) points to the following text files for IPs that they use:
@ -14,7 +17,7 @@ This module scrapes the SetCronJob IPs from their website and makes them availab
module "setcronjob-whitelist" {
source = "captn3m0/setcronjob-whitelist/http"
version = "0.0.1"
version = "1.0.2"
}
resource "aws_security_group_rule" "allow_all_from_scj" {