Skip to content

Commit

Permalink
Map mac port forwards to 0.0.0.0
Browse files Browse the repository at this point in the history
This enables the use of priviledged ports and makes content
available on the machines IP.

Part of rancher-sandbox#566

Signed-off-by: Matt Farina <[email protected]>
  • Loading branch information
mattfarina committed Sep 17, 2021
1 parent 301f1ec commit 58410a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/lima-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ provision:
mv -n /etc/periodic/daily/logrotate /etc/periodic/hourly/
rc-update add crond default
rc-service crond start
portForwards:
- guestPortRange: [1, 65535]
hostIP: "0.0.0.0"

0 comments on commit 58410a4

Please sign in to comment.