Skip to content

Commit

Permalink
update prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Oct 29, 2024
1 parent 020f721 commit 294e5c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions prefixes.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,10 @@ var monitorState = []Prefix{

Prefix{prefix: "103.21.244.0/24", pop: "cf invalid4", available: false, origin: 13335},
Prefix{prefix: "2606:4700:7000::/48", pop: "cf invalid6", available: false, origin: 13335},

Prefix{prefix: "1.1.1.0/24", pop: "cf dns 0", available: true, origin: 13335},
Prefix{prefix: "1.0.0.0/24", pop: "cf dns 1", available: true, origin: 13335},

Prefix{prefix: "198.8.58.0/24", pop: "ezri 0", available: true, origin: 206628},
Prefix{prefix: "198.8.59.0/24", pop: "ezri 1", available: true, origin: 206628},
}

0 comments on commit 294e5c4

Please sign in to comment.