• Ironfacebuster@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    16 days ago

    if (request.ip != myip) return ErrorCodes.NotFound

    And an ipv6 version for all you up 6 fans

    if (request.ipv6 != myipv6) return ErrorCodes.NotFound