CLOUD CONFIG 
2022 © ePro Dev. Team
PLEASE OPEN URL FROM HTTP Custom APP

Feature Tethering Note
Initial Proxy
Initial Direct Proxy

Use this format if you want use direct proxy through vpn service, payload will be skip. (Utlity -> Direct Proxy)
Inject Method
Initial Variable
  • [raw], [real_raw] = Initial request server include EOL (End Of Line) (ex. CONNECT YOUR_SERVER:22 HTTP/1.0\r\n\r\n)
  • [realData], [netData] = Initial request server (ex. CONNECT YOUR_SERVER:22 HTTP/1.0)
  • [METHOD], [method] = Initial request method (ex. CONNECT)
  • [SSH], [VPN], [IP_PORT], [HOST_PORT], [ssh], [vpn], [ip_port], [host_port] = Initial ip:port server (ex. YOUR_SERVER:22)
  • [HOST], [IP], [host], [ip] = Initial ip server (ex. YOUR_SERVER)
  • [PORT], [port] = Initial port server (ex. 22)
  • [protocol] = Initial protocol server (ex. HTTP/1.0)
  • [cr], \r = Initial EOL (End Of Line) carriage return
  • [lf], \n = Initial EOL (End Of Line) line feed
  • [crlf], [lfcr] = Initial EOL (End Of Line)
  • [cr*x], [lf*x], [crlf*x], [lfcr*x]= Initial EOL (End Of Line) where x is numeric (ex. [cr*2])
  • [ua] = Initial default user agent device (ex. Mozilla/5.0 (Android; Mobile; rv:35.0) Gecko/35.0 Firefox/35.0)
  • [auth] = Initial proxy authentication
  • [rotation_method=x;y;z] = Initial rotation method where x;y;z is method request header(ex. [rotation_method=GET;POST;HEAD])
  • [rotation=x;y;z], [rotate=x;y;z] = Initial rotation host or SNI where x;y;z is host(ex. [rotate=host1.com;host2.com;host3.com])
  • [split], [splitNoDelay], [instant_split] = Initial split request
  • [delay], [delay_split], [split_delay] = Initial split request with delay 1000ms
  • [repeat] = Initial rotate multiple payload
  • [random] = Initial rotate multiple payload randomly