{
  "proxyProtocolConfig": {
    "contextualHeaders": {
      "outputType": "JSON",
      "userInfo": {}
    },
    "metadataHeaders": {
      "coca": "cola"
    },
    "allowedClientHeaders": [ "x-response-code" ]
  },
  "applications": {
    "void": {},
    "api-gw": {
      "endpointMatchers": [
        { "hostname": "*.cloudproxy.app" }
      ]
    },
    "aws-backend": {
      "endpointMatchers": [
        { "hostname": "*.aws", "ports": [80, 443] }
      ]
    },
    "proxy-gw": {
      "endpointMatchers": [
        { "hostname": "login.microsoftonline.com" },
        { "hostname": "*.cnn.com", "ports": [443] },
        { "hostname": "*.us", "ports": [443] },
        { "hostname": "*J*U*N*K*", "ports": [123454321] }
      ],
      "proxyProtocolConfig": {
        "contextualHeaders": {
          "userInfo": {}
	},
        "metadataHeaders": {
          "pepsi": "cola"
	}
      }
    },
    "public": {
      "endpointMatchers": [
        { "hostname": "*.con", "ports": [80, 443] },
        { "hostname": "*.linkedin.com", "ports": [443] },
        { "hostname": "*.discord.com", "ports": [443] },
        { "hostname": "*.google.com", "ports": [443] }
      ]
    }
  }
}
