mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-02 07:40:48 +00:00
Merge pull request #2413 from balena-os/clarify-firewall-docs-on-host-network-containers
Clarify firewall docs on behavior with host network containers
This commit is contained in:
commit
623a1638c1
@ -8,10 +8,10 @@ To switch between firewall modes, the `HOST_FIREWALL_MODE` (with `BALENA_` or le
|
|||||||
|
|
||||||
> [!NOTE] Configuration variables defined in the dashboard will not apply to devices in local mode.
|
> [!NOTE] Configuration variables defined in the dashboard will not apply to devices in local mode.
|
||||||
|
|
||||||
| Mode | Description |
|
| Mode | Description |
|
||||||
| ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| ---- | ----------- |
|
||||||
| on | Only traffic for core services provided by balena and containers on the host network are allowed. |
|
| on | Only traffic for core services provided by balena are allowed. Any other ports, including those used by containers with host networking, are blocked unless explicitly configured. |
|
||||||
| off | All network traffic is allowed. |
|
| off | All network traffic is allowed. |
|
||||||
| auto | If there _are_ host network services, behaves as if `FIREWALL_MODE` = `on`. If there _aren't_ host network services, behaves as if `FIREWALL_MODE` = `off`. |
|
| auto | If there _are_ host network services, behaves as if `FIREWALL_MODE` = `on`. If there _aren't_ host network services, behaves as if `FIREWALL_MODE` = `off`. |
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
Loading…
x
Reference in New Issue
Block a user