Skip to content

Commit

Permalink
incus: reduce default network IP range
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <[email protected]>
  • Loading branch information
abiosoft committed Oct 29, 2024
1 parent f37540c commit da7140e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/container/incus/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ config:
core.https_address: '[::]:8443'
networks:
- config:
ipv4.address: 10.0.0.1/8
ipv4.address: 192.100.0.1/24
ipv4.nat: "true"
ipv6.address: auto
description: ""
Expand Down

0 comments on commit da7140e

Please sign in to comment.