Skip to content

Commit

Permalink
feat: add johnjud dns
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 20, 2024
1 parent bb15dc6 commit 745bd29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions update.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ const config = [
['sgcu.in.th', 'A', '185.199.109.153'],
['sgcu.in.th', 'A', '185.199.110.153'],
['sgcu.in.th', 'A', '185.199.111.153'],

// johnjud
['preview-api.johnjud.isd.sgcu.in.th', 'A', '157.230.44.126'],
['preview-api.johnjud.isd.sgcu.in.th', 'AAAA', '2400:6180:0:d0::1103:d001'],
['preview.johnjud.isd.sgcu.in.th', 'A', '157.230.44.126'],
['preview.johnjud.isd.sgcu.in.th', 'AAAA', '2400:6180:0:d0::1103:d001'],
['johnjud.isd.sgcu.in.th', 'A', '157.230.44.126'],
['johnjud.isd.sgcu.in.th', 'AAAA', '2400:6180:0:d0::1103:d001'],
['api.johnjud.isd.sgcu.in.th', 'A', '157.230.44.126'],
['api.johnjud.isd.sgcu.in.th', 'AAAA', '2400:6180:0:d0::1103:d001'],
]

const zoneId = process.env.CLOUDFLARE_ZONE_ID
Expand Down

0 comments on commit 745bd29

Please sign in to comment.