Skip to content

Instantly share code, notes, and snippets.

View nodefortytwo's full-sized avatar
💭
Awesome

Rick Burgess nodefortytwo

💭
Awesome
View GitHub Profile
@nodefortytwo
nodefortytwo / dazn-manifest330-schema.json
Created February 23, 2022 11:19
DAZN Manifest Public 330 Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://dazn.com/manifest.schema.json",
"title": "dazn-manifest",
"type": "object",
"additionalProperties": false,
"description": "A YAML file which describes the contents of a code repository in a machine readable format.",
"properties": {
"dazn-manifest": {
"title": "version",
@nodefortytwo
nodefortytwo / dazn-manifest330.md
Created February 23, 2022 11:12
DAZN Manifest Public 3.3.0

Keybase proof

I hereby claim:

  • I am nodefortytwo on github.
  • I am nodefortytwo (https://keybase.io/nodefortytwo) on keybase.
  • I have a public key whose fingerprint is 5F24 DA3E EED5 7358 184D C700 F997 EE06 10F6 A76C

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am nodefortytwo on github.
  • I am nodefortytwo (https://keybase.io/nodefortytwo) on keybase.
  • I have a public key whose fingerprint is E8BD 0606 2A2A 235A 6544 AC26 3377 7673 73A3 C55B

To claim this, I am signing this object:

resource "aws_route53_record" "udp_address" {
zone_id = "foo"
name = "udp.${var.domain}"
type = "A"
records = ["${aws_elb.webheads.instances.0.public_ip}"]
}
[
{
"qid": "SQONE",
"type": "select-many",
"title": "Do you or any of your family or friends work in any of these occupations?",
"options": [
{
"text": "Marketing",
"value": 1
},
@nodefortytwo
nodefortytwo / gist:c8d86a80fe2e89a422d9
Created November 30, 2014 17:12
Sample Chatrooms
[
{
id: 1,
module_id: 1,
user_id: 0,
status: 0,
name: "Seeded Chat 1",
created_at: "2014-11-30 17:10:03",
updated_at: "2014-11-30 17:10:03",
messages: [
### Keybase proof
I hereby claim:
* I am nodefortytwo on github.
* I am nodefortytwo (https://keybase.io/nodefortytwo) on keybase.
* I have a public key whose fingerprint is 561E 6D54 F9EF 644A 487C 1468 3744 12A0 CAA4 4A45
To claim this, I am signing this object:
@nodefortytwo
nodefortytwo / gist:a7af7891ba637e77a8d8
Created October 15, 2014 13:09
Cloudfront SNI Formatted
SNI Custom SSL relies on the SNI extension of the Transport Layer Security protocol,
which allows multiple domains to serve SSL traffic over the same IP address by including the hostname
viewers are trying to connect to. As with Dedicated IP Custom SSL, CloudFront delivers content from
each Amazon CloudFront edge location and with the same security as the Dedicated IP Custom SSL feature.
SNI Custom SSL works with most modern browsers, including Chrome version 6 and later (running on Windows XP
and later or OS X 10.5.7 and later), Safari version 3 and later (running on Windows Vista and later or Mac OS X 10.5.6
and later), Firefox 2.0 and later, and Internet Explorer 7 and later (running on Windows Vista and later).
Older browsers that do not support SNI cannot establish a connection with CloudFront to load the HTTPS version
of your content. SNI Custom SSL is available at no additional cost beyond standard CloudFront data transfer and request fees.
@nodefortytwo
nodefortytwo / gist:5950a3427bb83f3a2478
Created October 15, 2014 13:08
Amazon Cloudfront SNI Mode
SNI Custom SSL relies on the SNI extension of the Transport Layer Security protocol, which allows multiple domains to serve SSL traffic over the same IP address by including the hostname viewers are trying to connect to. As with Dedicated IP Custom SSL, CloudFront delivers content from each Amazon CloudFront edge location and with the same security as the Dedicated IP Custom SSL feature. SNI Custom SSL works with most modern browsers, including Chrome version 6 and later (running on Windows XP and later or OS X 10.5.7 and later), Safari version 3 and later (running on Windows Vista and later or Mac OS X 10.5.6. and later), Firefox 2.0 and later, and Internet Explorer 7 and later (running on Windows Vista and later). Older browsers that do not support SNI cannot establish a connection with CloudFront to load the HTTPS version of your content. SNI Custom SSL is available at no additional cost beyond standard CloudFront data transfer and request fees.