[GTER] Fwd: IP Geofeed Tuner for RFC8805 feeds - AI Skill tool @ v0.0.9 pre-release

Frederico A C Neves fneves at registro.br
Mon Apr 27 20:46:17 -03 2026


Marcelo,

On Mon, Apr 27, 2026 at 08:25:11PM -0300, Marcelo Gondim via gter wrote:
> Buenas Frederico,
> 
> Estou usando o mesmo formato da RFC e que já uso em outros sistemas mas não
> está aceitando o arquivo, nem com extensão .csv e nem com extensão .csv
> 
> O formato que está no arquivo é este só alterei o prefixo para um privado
> como exemplo, o link https com certificado válido e pelo navegador acesso
> normalmente:
> 
> 192.168.0.0/24,BR,BR-RJ,Araruama,
> 
> Fica dizendo que o arquivo é inválido.

Como disse o cliente por hora está muito estrito e só permite
Content-Type: text/csv. No apache há várias formas de fazer isso, uma
delas é um "AddType text/csv .csv"

Verifique com curl -v

~> curl -v https://ftp.registro.br/pub/geofeed/22548v4.csv
* Host ftp.registro.br:443 was resolved.
* IPv6: 2001:12ff:0:2::8
* IPv4: 200.160.2.8
*   Trying [2001:12ff:0:2::8]:443...
...
>
* Request completely sent off
< HTTP/1.1 200 OK
< Date: Mon, 27 Apr 2026 23:39:36 GMT
< Server: Apache
< Strict-Transport-Security: max-age=15768000
< Last-Modified: Mon, 27 Apr 2026 21:03:19 GMT
< ETag: "23-6507771bcf296"
< Accept-Ranges: bytes
< Content-Length: 35
< Content-Type: text/csv

Permitiremos em breve text/plain também.

Fred


More information about the gter mailing list