forked from KolibriOS/kolibrios
network.ini: added proxy settings
git-svn-id: svn://kolibrios.org@3633 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
256b125f00
commit
8ea1855c0e
@ -6,4 +6,14 @@ type = zeroconf
|
||||
ip = 192.168.1.150
|
||||
gateway = 192.168.1.1
|
||||
dns = 192.168.1.1
|
||||
subnet = 255.255.255.0
|
||||
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>
|
@ -6,4 +6,14 @@ type = zeroconf
|
||||
ip = 192.168.1.150
|
||||
gateway = 192.168.1.1
|
||||
dns = 192.168.1.1
|
||||
subnet = 255.255.255.0
|
||||
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>
|
@ -6,4 +6,14 @@ type = zeroconf
|
||||
ip = 192.168.1.150
|
||||
gateway = 192.168.1.1
|
||||
dns = 192.168.1.1
|
||||
subnet = 255.255.255.0
|
||||
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>
|
@ -6,4 +6,14 @@ type = zeroconf
|
||||
ip = 192.168.1.150
|
||||
gateway = 192.168.1.1
|
||||
dns = 192.168.1.1
|
||||
subnet = 255.255.255.0
|
||||
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>
|
Loading…
Reference in New Issue
Block a user