NEED HELP

ajaygtm71

Skilled
Joined
Jun 30, 2013
Messages
671
Reaction score
34
In a vpn config how to put a proxy server that needs authentication to be connected?
is there a format in which the user pass for proxy should be written in the config?
 

rhack1255

Skilled
Joined
May 9, 2013
Messages
540
Reaction score
4
bro in config write auth and then put name of .txt file in which your acc saved and place that .txt file in config folder
 

ajaygtm71

Skilled
Joined
Jun 30, 2013
Messages
671
Reaction score
34
bro in config write auth and then put name of .txt file in which your acc saved and place that .txt file in config folder
persist-key
persist-tun
client
dev tap
pull
comp-lzo
tls-client
tls-remote server
ns-cert-type server
tls-auth ssl/ta.key 1
cert ssl/client.crt
key ssl/client.key
ca ssl/ca.crt
verb 4
mute 10
auth-user-pass account.auth
script-security 2
#NT 6.0 Compatability
route-method exe
route-delay 2
remote 85.25.140.166
proto tcp
port 443
bind
lport 53
http-proxy-timeout 8
http-proxy 10.4.42.15 8080
http-proxy-option EXT1 'Host:m.ideafresh.com'
http-proxy-option EXT2 'X-Online-Host:m.ideafresh.com'
float
ping-timer-rem
script-security 2 system
up flush-dns.bat
reneg-sec 0
for example if i want to add user pass for 10.4.42.15
then what should i write.plz write the syntax also.....
(and i should clear that i am not talking about user pass for the vpn server)
 

rockfiles

Average
Joined
Nov 10, 2012
Messages
280
Reaction score
1
In a vpn config how to put a proxy server that needs authentication to be connected?
is there a format in which the user pass for proxy should be written in the config?
(anything).txt
 
Top