mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 04:57:51 +02:00
The migration plan is as follows: 1. This CL, which adds the new "pubapi" service that serves the check API, WHOIS, and RDAP. 2a. Update our public facing sites to switch over to use the new service. 2b. (either order) Rewrite the check API to remove dependencies on flows. 3. ... eventually, once the frontend service is no longer being hit by this traffic, remove its handling of these public endpoints. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197716346
16 lines
374 B
XML
16 lines
374 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<blacklistentries>
|
|
|
|
<!-- Example IPv4 CIDR Subnet
|
|
<blacklist>
|
|
<subnet>1.2.3.4/24</subnet>
|
|
<description>An IPv4 subnet</description>
|
|
</blacklist> -->
|
|
|
|
<!-- Example IPv6 CIDR Subnet
|
|
<blacklist>
|
|
<subnet>abcd::123:4567/48</subnet>
|
|
<description>An IPv6 subnet</description>
|
|
</blacklist> -->
|
|
|
|
</blacklistentries>
|