Paste not found.
Due to issues with the Internet.ee domain registry, our main domain, paste.ee, is currently disabled due to abuse reports. We are looking into alternative domains to continue operation, but for now the pastee.dev domain is the primary domain.
If you wish to blame someone, blame the scum using this site as a malware host.
Submitted on July 25, 2023 at 01:35 AM

New Paste 1 (Text)

router id <vm ip>

protocol bgp buyvm
{
        local as <your as>;
        source address <the vm ip you configured in the bgp tab>;
        import none;
        export filter {
        if net = <anycast-ip>/32 then accept;
        reject;
        };
        graceful restart on;
        multihop 2;
        neighbor  169.254.169.179 as 53667;
        password "<snip>";
}

protocol static
{
    route <anycast-ip>/32 reject;
}

protocol device
{
    scan time 5;
}

protocol direct
{
    interface "anycast*";
    import all;
}