مطوّر البرامج: Pharos Limited Co.,Ltd (1)
السعر: $2.99
لتصنيفات: 0 
المراجعات: 0 أكتب مراجعة
قوائم: 0 + 1
النقاط: 0 + 104 (3.2) ¡
App Store

الوصف

Pharos Pro
*THIS APPLICATION DOES NOT PROVIDE ANY SERVER SIDE SERVICE*

Pharos Pro is a simple but powerful proxy client.

You can configure which traffics route to proxy servers,Its core value is to provide the most secure proxy, The NEVPNManager API gives Pharos Pro the ability to create and manage a Personal proxy configuration on iOS.

It can capture all HTTP/HTTPS/TCP traffic from any applications on your device, and redirect to an HTTP/SOCK5 proxy server following highly configurable rules.

# Feature:
Capture all HTTP/HTTPS/TCP traffic from any applications on your device,and redirect to an HTTP/SOCK5 proxy server following highly configurable rules.

- Support protocol : Trojan,Vmess,Https,SS,SS-Simpleobfs,SSR,Trojan-Go,Xray,Hysteria,,Tuic,Anytls,mieru.
- Support policy mode with Clash.Meta config.
- Support Subscribe.
- Support scan QR code.
- Support custom node.
- Support test delay of node.
- Easy to use — just tap the connect button.
- Fast, reliable access to the safety internet.

# What can you do with a proxy client?
- Enhance your online privacy and enable you to safely and anonymously browse the Internet.
- Protect you when using a public WIFI hotspot.
- Allows you to create a secure connection to another network over the Internet.

#Notes:
- Pharos Pro does not provide any server side services. Please setup your own servers.
- Pharos Pro requires to add proxy Configurations to add your own proxy Configuration.
- Pharos Pro is a client side application.No user data will be sent to our severs.More details are listed in https://pharospro.com/privacy-policy.

# Privacy Policy:
* When the user is in normal use, we will not log any logs related to the user.
* Only when the app is crash, we will collect the necessary user connection and crash log.
* Details: https://pharospro.com/privacy-policy
مزيد ↓

لقطات

#1. Pharos Pro (iOS) بواسطة: Pharos Limited Co.,Ltd
#2. Pharos Pro (iOS) بواسطة: Pharos Limited Co.,Ltd
#3. Pharos Pro (iOS) بواسطة: Pharos Limited Co.,Ltd
#4. Pharos Pro (iOS) بواسطة: Pharos Limited Co.,Ltd

الميزات الجديدة

  • الإصدار: 1.8.6
  • تم التحديث:
  • 注意:更新使用此版本需要重新导入配置
    - 完全重构代码
    - 选用新的UI框架
    - 精简代码
    - 精简包大小
    - 更新支持各项新增参数
    - 配置参数支持mieru,anytls协议
    - 支持编辑配置文件时语法高亮
    - http代理支持自定义请求格式:
    通过 connect 字段,用户可以自由定义 CONNECT 请求格式。

    支持变量替换:[M](CONNECT)、[H](主机)、[U](主机:端口)、[P](端口)、[V](HTTP 版本)、[S](服务器地址)、 [SP](服务器端口)、[T](时间戳)、[X](X-T5-Auth)。

    若存在[X] 则会动态生成 X-T5-Auth

    支持自定义动态生成X-T5-Auth中的 multiplier 和 modulus 参数
    配置例子:

    - name: "http-exempt"
    type: http
    server: 192.xx.xx.xx
    port: 443
    connect: "[M] [U]@gw.alicdn.com:80 [V]\r\nHost: gw.alicdn.com\r\nX-Real-Host: [U]\r\n[X]User-Agent: okhttp/3.11.0 Dalvik/2.1.0 (Linux; U; Android 11; Redmi K30 5G Build/RKQ1.200826.002) baiduboxapp/11.0.5.12 (Baidu; P1 11)\r\nProxy-Connection: Keep-Alive\r\n\r\n"
    verify-config: # 可选:自定义 X-T5-Auth 生成所需参数
    multiplier: 1318293
    modulus: 0x7FFFFFFF
    - 配置中支持Xray插件,包括xhttp,上下行分流等配置
    ---参考配置---
    - name: xray-xhttp
    type: xray
    server: example.com
    port: 443
    xray-config:
    protocol: vless
    uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    flow: xtls-rprx-vision # 可选,建议设置
    transport: xhttp # 使用xhttp传输层
    transport-settings:
    path: /path # 路径配置
    mode: stream-one # 传输模式: auto/stream-one/packet-up/stream-up
    security: tls # 传输层安全
    security-settings:
    serverName: example.com # TLS SNI
    fingerprint: chrome # TLS指纹

    - name: xray-reality
    type: xray
    server: 1.2.3.4
    port: 443
    xray-config:
    protocol: vless
    uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    flow: xtls-rprx-vision
    transport: xhttp
    transport-settings:
    path: /path
    mode: stream-one
    security: reality
    security-settings:
    serverName: www.example.com # 需要验证的域名
    fingerprint: chrome
    reality:
    enabled: true
    publicKey: VnLxAYJ4Tz3qEPKLq92CI9GNZLie4ciOJZBpgxmM4C8
    shortId: 0123456789abcdef

    - name: xray-split-tls
    type: xray
    server: upload.example.com # 上行服务器
    port: 443
    xray-config:
    protocol: vless
    uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    flow: xtls-rprx-vision
    transport: tcp # 上行使用TCP
    security: tls
    security-settings:
    serverName: upload.example.com
    fingerprint: chrome
    download-settings: # 下行配置
    address: download.example.com # 下行服务器
    port: 443
    network: xhttp # 下行使用XHTTP
    security: tls
    tlsSettings:
    serverName: download.example.com
    fingerprint: chrome
    xhttpSettings:
    path: /download
    mode: auto

    - name: xray-split-reality
    type: xray
    server: 1.2.3.4 # 上行服务器
    port: 443
    xray-config:
    protocol: vless
    uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    flow: xtls-rprx-vision
    security: reality
    security-settings:
    serverName: www.microsoft.com
    fingerprint: chrome
    reality:
    enabled: true
    publicKey: VnLxAYJ4Tz3qEPKLq92CI9GNZLie4ciOJZBpgxmM4C8
    shortId: 0123456789abcdef
    download-settings:
    address: 5.6.7.8 # 不同的下行服务器
    port: 443
    network: xhttp
    security: reality
    realitySettings:
    publicKey: Public9876Key5432ExampleKey1234567890123
    shortId: 123abc
    xhttpSettings:
    path: /download
    mode: stream-one

السعر

  • اليوم: $2.99
  • الحد الأدنى: $0.99
  • الحد الأقصى: $2.99
  
تتبّع الأسعار

مطوّر البرامج

النقاط

0 ☹️

لتصنيفات

0 ☹️

قوائم

0 ☹️

المراجعات

كن الأول لمراجعة هذا المنتج 🌟

معلومات إضافية

Pharos ProPharos Pro عنوان URL مختصر: تم النسخ!
  • 🌟 مشاركة
  • App Store

قد يعجبك ايضا

    • Pharos Print
    • iOS تطبيقات: الإنتاجية  بواسطة: Pharos Systems International
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 202 (1.3)  الإصدار: 2.2.13   The Pharos Print app, part of the Pharos MobilePrint solution, allows you to easily submit content from your iOS device to a Pharos secure print queue. To use this app, Pharos ...
        ⥯ 
    • Pharos Athletic Club
    • iOS تطبيقات: الصحة واللياقة البدنية  بواسطة: PHAROS LLC
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 6 (4.5)  الإصدار: 7.808.0   Download the Pharos Athletic Club App today so you can stay connected to the PAC wherever you are. Schedule your classes, view the workouts and stay up to date on all things Pharos! ...
        ⥯ 
    • Pharos HR System
    • iOS تطبيقات: أعمال  بواسطة: Pharos Solutions GmbH
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 2 (5.0)  الإصدار: 1.3.3   Welcome to the HR System app - the comprehensive solution for streamlining your workforce management and human resources processes. Our powerful and user-friendly application empowers ...
        ⥯ 
    • Pharos.work
    • iOS تطبيقات: أعمال  بواسطة: SoWeBuild
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 0  الإصدار: 5.1.0   The Pharos app makes it easy to quickly see what's going on in your communities and to receive notifications from new updates. Additionally, you can look up any other active community ...
        ⥯ 
    • Pharos-Tribune- Logansport, IN
    • iOS تطبيقات: الأخبار  بواسطة: CNHI LLC
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 37 (4.8)  الإصدار: 3.18.13   Take Pharos-Tribune with you wherever and whenever you go. Your community resource for news, commentary, photos, video and special features is evolving. Access it now and take off with
        ⥯ 
    • appamics pharos
    • iOS تطبيقات: الأدوات المساعدة  بواسطة: appamics
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 0  الإصدار: 3.00.1   Manage your appamics pharos beacons and other iBeacons. Configure your device as an iBeacon transmitter. Monitor nearby iBeacons and easily collect useful tracking data in the ...
        ⥯ 
    • Pharoslive
    • iOS تطبيقات: شؤون مالية  بواسطة: Pharos
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 1 (2.0)  الإصدار: 61.1.0   Go online anytime, anywhere to monitor the stock market movements in real-time, perform quick, secure and timely trade transactions and actively manage your portfolio- all from your ...
        ⥯ 
    • CRATOS GLOBAL
    • iOS تطبيقات: اجتماعي  بواسطة: Pharos Labs Inc.
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 14 (4.2)  الإصدار: 1.0.4   V2E (Vote To Earn) Platform, the society-oriented cryptocurrency, CRTS. Want to know what others think about the latest issue & news? Create a Vote topic and start collecting the ...
        ⥯ 
    • Expert Touch
    • iOS تطبيقات: أعمال  بواسطة: Pharos Architectural Controls
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 1 (5.0)  الإصدار: 1.2.0   Expert Control is a professional architectural lighting controller for fixed installations. Expert software automatically generates touchscreen interfaces for users to recall ...
        ⥯ 
    • AL-Monitor
    • iOS تطبيقات: الأخبار  بواسطة: Al-Monitor LLC
    • * مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 2 + 42 (5.0)  الإصدار: 1.58   AL-Monitor (ALM) is an award-winning media service founded in 2012 to foster a deeper understanding of the Middle East through world-class, independent and diverse reporting and ...
        ⥯ 
    • The Journey into Egypt Tarot
    • iOS تطبيقات: ترفيه  بواسطة: The Fool's Dog, LLC
    • $3.99  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 30 (4.9)  الإصدار: 2.1.1   Journey into Egypt Tarot is an artistic masterpiece as well as a profound work of occult synthesis, an interweaving of Tarot with a unique approach to astrology. In Journey into Egypt,
        ⥯ 
    • Digidot C4
    • iOS تطبيقات: ترفيه  بواسطة: Invent Design B.V.
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 0  الإصدار: 3.1.3   This application only works with DiGidot C4 devices! The DiGidot C4 is a small powerful LED controller, that suits all kinds of situations. One DiGidot C4 drives more than 6000 single ...
        ⥯ 
    • Fr. Louka Sidarous
    • iOS تطبيقات: تعليم  بواسطة: Alhan.org
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 12 (5.0)  الإصدار: 1.1.1   Father Louka Sidarous application contains all artifacts for Fr. Louka including audio, video, literature, and pictures. Each area of the app is organized by season and contains ...
        ⥯ 
    • C9Pharos
    • iOS تطبيقات: أعمال  بواسطة: C9LAB (Pinak Infosec Pvt. Ltd.)
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 0  الإصدار: 1.0.8   C9Pharos: Website Monitoring, Security, and Optimization Made Easy C9Pharos is your All-in-one platform for website monitoring and uptime monitoring. Designed to protect your digital ...
        ⥯ 

قد يعجبك ايضا

عوامل تشغيل البحث التي يمكن استخدامها مع AppAgg
إضافة إلى AppAgg
AppAgg
ابدأ بإنشاء حساب - انه مجاني.
تسجيل
تسجيل الدخول