kolibrios/data/it/settings/network.ini
Marat Zakiyanov (Mario79) 8c99f46b7d ZEROCONF and DOWNLOADER - using of SETTINGS directory for INI
git-svn-id: svn://kolibrios.org@4101 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-10-25 23:18:02 +00:00

19 lines
654 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 = zeroconf
ip = 192.168.1.150
gateway = 192.168.1.1
dns = 192.168.1.1
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>