Skip to content

Commit da7140e

Browse files
committed
incus: reduce default network IP range
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
1 parent f37540c commit da7140e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment/container/incus/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ config:
22
core.https_address: '[::]:8443'
33
networks:
44
- config:
5-
ipv4.address: 10.0.0.1/8
5+
ipv4.address: 192.100.0.1/24
66
ipv4.nat: "true"
77
ipv6.address: auto
88
description: ""

0 commit comments

Comments
 (0)