import CloudFlareIps from "./CloudFlareIps";
import NginxRealip from "./NginxRealip";

export default {
    CloudFlareIps,
    NginxRealip,
}