PascalMinder / geoblock

Traefik middleware plugin - Deny requests based on country of origin
105 stars 9 forks source link

TCP Middleware support or only HTTP? #16

Closed zarraozaga closed 1 year ago

zarraozaga commented 2 years ago

HI I am trying to use geoblock for tcp requests but It is not working, Can I check if it works with TCP?

PascalMinder commented 2 years ago

Currently, the plugin only supports http. I have to look into options how to provide TCP support.

zutewas commented 2 years ago

@PascalMinder Hi, do you plan to integrate the tcp support in next time? Thx

PascalMinder commented 1 year ago

Traefik does currently not allow writing a TCP middleware. (https://github.com/traefik/plugindemo/issues/18#event-7568417538)