~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to config/dns.json

  • Committer: Francois Marier
  • Date: 2013-05-19 08:00:48 UTC
  • Revision ID: git-v1:cbc564991577f0903b0ece6a355b8920831ff74a
Update cdn2's IP address and remove it from seccdn

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    "map":
6
6
    {
7
7
        "www": { "alias": "" },
8
 
        "cdn": { "ip": ["173.203.195.163", "87.98.215.223", "88.198.64.227", "83.169.7.198"],
 
8
        "cdn": { "ip": ["173.203.195.163", "87.98.215.223", "85.119.83.83", "83.169.7.198"],
9
9
                 "ip6": ["2600:3c00::f03c:91ff:fedf:5446", "2a01:488:66:1000:53a9:7c6:0:1"] },
10
 
        "seccdn": { "ip": ["173.203.195.163", "87.98.215.223", "88.198.64.227"],
 
10
        "seccdn": { "ip": ["173.203.195.163", "87.98.215.223"],
11
11
                    "ip6": "2a01:488:66:1000:53a9:7c6:0:1" }
12
12
    }
13
13
}