[Solved]http-proxy-option

How to customize and extend your OpenVPN installation.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
User avatar
lamtota
OpenVpn Newbie
Posts: 7
Joined: Thu Jul 28, 2011 4:21 am

[Solved]http-proxy-option

Post by lamtota » Mon Sep 05, 2011 6:54 am

WORK

Code: Select all

http-proxy-option AGENT user-agent Mozilla/7.0+ (compatible; MSIE 4.01; windows NT 5.0)
http-proxy-option VERSION 1.0
why the config below does not work

Code: Select all

http-proxy-option HOST-HEADER host mysite.com
http-proxy-option X-ONLINE-HOST-HEADER xoh mysite.com
how to enter a HOST-HEADER and the X-ONLINE-HEADER-HOST into the config?

i'm use openvpn-2.2.1
is there a solution to solve it?
Last edited by lamtota on Sun Oct 02, 2011 11:57 pm, edited 1 time in total.

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: [ask]http-proxy-option

Post by janjust » Mon Sep 05, 2011 7:57 am

as you can read in the manual page, the only 'http-proxy-options' you are allowed to set are 'AGENT' and 'VERSION' . Other options are currently not allowed. It would be fairly trivial to add them, but this is up to you.

User avatar
lamtota
OpenVpn Newbie
Posts: 7
Joined: Thu Jul 28, 2011 4:21 am

Re: [ask]http-proxy-option

Post by lamtota » Tue Sep 06, 2011 1:57 am

ok... thanks janjust
I really wanted to make sure it
I therefore ask

you can see the screenshot below:
Image
what could be so, or this is just a fake

openvpn seems to have been modified
you can try it
Download: -------

I see the config like this

Code: Select all

http-proxy xxx.xxx.xxx 8080
http-proxy-retry
http-proxy-timeout 2
http-proxy-option AGENT 'Opera/9.80 (J2ME/MIDP; Opera Mini/528.16 (iPhone; U; CPU iPhone OS 3.0 like Mac OS X; en-us; compatible; Googlebot/870; U; en) Presto/2.4.15'
http-proxy-option EXT1 'X-Online-Host: mini5.oper*-min*.net'
http-proxy-option EXT2 'Host: mini5.oper*-min*.net'
X-Online-Host & Host cause free internet this is bug operator
other examples zero faceb*ok

Code: Select all

http-proxy-option EXT1 'X-Online-Host: 0.faceb*ok.com'
http-proxy-option EXT2 'Host: 0.faceb*ok.com'
because I wanted to try it in the original openvpn
Last edited by lamtota on Wed Sep 07, 2011 1:53 am, edited 1 time in total.

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: [ask]http-proxy-option

Post by janjust » Tue Sep 06, 2011 9:55 am

I don't see an image and nmdvpn seems like a patched version of openvpn - unless they release sources for their patch I wouldn't even bother looking.

Post Reply