From 8ea1855c0e347c9cca2c74d3daace5c8c028a2a0 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Mon, 10 Jun 2013 14:38:37 +0000 Subject: [PATCH] network.ini: added proxy settings git-svn-id: svn://kolibrios.org@3633 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/eng/network.ini | 12 +++++++++++- data/it/network.ini | 12 +++++++++++- data/rus/network.ini | 12 +++++++++++- data/sp/network.ini | 12 +++++++++++- 4 files changed, 44 insertions(+), 4 deletions(-) diff --git a/data/eng/network.ini b/data/eng/network.ini index e37d2279f0..c2c74d1b41 100644 --- a/data/eng/network.ini +++ b/data/eng/network.ini @@ -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 \ No newline at end of file +subnet = 255.255.255.0 + +[proxy] +; If Internet connection requires HTTP proxy, set it here +; and uncomment following lines: +;proxy = +;port = +; If proxy requires authentification, uncomment following lines too +; (otherwise, leave them commented): +;user = +;password= \ No newline at end of file diff --git a/data/it/network.ini b/data/it/network.ini index e37d2279f0..c2c74d1b41 100644 --- a/data/it/network.ini +++ b/data/it/network.ini @@ -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 \ No newline at end of file +subnet = 255.255.255.0 + +[proxy] +; If Internet connection requires HTTP proxy, set it here +; and uncomment following lines: +;proxy = +;port = +; If proxy requires authentification, uncomment following lines too +; (otherwise, leave them commented): +;user = +;password= \ No newline at end of file diff --git a/data/rus/network.ini b/data/rus/network.ini index e37d2279f0..c2c74d1b41 100644 --- a/data/rus/network.ini +++ b/data/rus/network.ini @@ -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 \ No newline at end of file +subnet = 255.255.255.0 + +[proxy] +; If Internet connection requires HTTP proxy, set it here +; and uncomment following lines: +;proxy = +;port = +; If proxy requires authentification, uncomment following lines too +; (otherwise, leave them commented): +;user = +;password= \ No newline at end of file diff --git a/data/sp/network.ini b/data/sp/network.ini index e37d2279f0..c2c74d1b41 100644 --- a/data/sp/network.ini +++ b/data/sp/network.ini @@ -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 \ No newline at end of file +subnet = 255.255.255.0 + +[proxy] +; If Internet connection requires HTTP proxy, set it here +; and uncomment following lines: +;proxy = +;port = +; If proxy requires authentification, uncomment following lines too +; (otherwise, leave them commented): +;user = +;password= \ No newline at end of file