Sample Header:

Protocol= SSL
-------------------
connect www.abcdef.com
Host: www.abcdef.com
X-Forwarded-For: www.abcdef.com
X-Online-Host: www.abcdef.com
...


PLACEHOLDER
-------------
if you need to put tunnelguru server in header field use placeholder: {TG_SERVER} .It will be repalced by tunnelguru server ip ( the server which you select from server list)
For example :
You enter header :

Connect {TG_SERVER}:443

and select server whose IP is 1.2.3.4


So it will become:

Connect 1.2.3.4:443




Protocol = HTTP
------------------
http://www.abcdef.com/
Host: www.abcdef.com
X-Forwarded-For: www.abcdef.com
X-Online-Host: www.abcdef.com
...


PLACEHOLDER
-------------
if you need to put tunnelguru server in header field use placeholder: {TG_SERVER} .It will be repalced by tunnelguru server ip ( the server which you select from server list)

For example :
You enter header :

http://{TG_SERVER}:80/

and select server whose IP is 1.2.3.4

So it will become:

http://1.2.3.4:80/