Open SkytAsul opened 3 weeks ago
Forbid access to the API except for the docker that contains the gate backend.
I can think of 2 possibilities
self._execute_nft_cmd("add rule insalan saddr != {IP_DOCKER_BACKEND} tcp dport 6784 drop")
?
La solution 2 est meilleure. Sinon oui ce genre de rule marcherait.
Description
Forbid access to the API except for the docker that contains the gate backend.
Indications
I can think of 2 possibilities