2009-01-29 18:36:59 +01:00
|
|
|
[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
|
2013-05-28 19:34:26 +02:00
|
|
|
type = zeroconf
|
2009-01-29 18:36:59 +01:00
|
|
|
ip = 192.168.1.150
|
|
|
|
gateway = 192.168.1.1
|
|
|
|
dns = 192.168.1.1
|
2013-06-10 16:38:37 +02:00
|
|
|
subnet = 255.255.255.0
|
|
|
|
|
|
|
|
[proxy]
|
|
|
|
; If Internet connection requires HTTP proxy, set it here
|
|
|
|
; and uncomment following lines:
|
|
|
|
;proxy = <set your proxy IP-addr or domain name here>
|
|
|
|
;port = <set your proxy port here>
|
|
|
|
; If proxy requires authentification, uncomment following lines too
|
|
|
|
; (otherwise, leave them commented):
|
|
|
|
;user = <set username here>
|
|
|
|
;password= <set password here>
|