Skip to content

Commit 8b48feb

Browse files
authored
Update README.md
1 parent e1cf42f commit 8b48feb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,9 @@ firewall_use_current_ipv4 = false
250250
firewall_use_current_ipv6 = false
251251
```
252252

253-
To manually specify source networks for the Talos API and Kube API, configure the `firewall_talos_api_source` and `firewall_kube_api_source` variables as follows:
253+
To manually specify source networks for the Talos API and Kube API, configure the `firewall_api_source` variable as follows:
254254
```hcl
255-
firewall_talos_api_source = [
256-
"1.2.3.0/32",
257-
"1:2:3::/64"
258-
]
259-
firewall_kube_api_source = [
255+
firewall_api_source = [
260256
"1.2.3.0/32",
261257
"1:2:3::/64"
262258
]

0 commit comments

Comments
 (0)