forked from KolibriOS/kolibrios
9 lines
283 B
INI
9 lines
283 B
INI
|
[ipconfig]
|
||
|
; type should be static or zeroconf
|
||
|
; zeroconf means the service first tries to contact a DHCP server
|
||
|
; If dhcp is not available, it switches to link-local
|
||
|
type = static
|
||
|
ip = 192.168.1.150
|
||
|
gateway = 192.168.1.1
|
||
|
dns = 192.168.1.1
|
||
|
subnet = 255.255.255.0
|