op-packages/teleproxy
github-actions[bot] 8a2eefa223 🍕 Sync 2026-04-25 20:15:58
2026-04-25 20:15:58 +08:00
..
files 🍕 Sync 2026-04-25 20:15:58 2026-04-25 20:15:58 +08:00
patches Sync 2026-04-23 03:02:20 2026-04-23 03:02:20 +08:00
Makefile 🍕 Sync 2026-04-25 20:15:58 2026-04-25 20:15:58 +08:00
README.md 🐶 Sync 2026-04-24 20:24:11 2026-04-24 20:24:11 +08:00

MTPROTO proxy server

teleproxy OpenWrt package

example config file

config teleproxy 'default'
  option address '0.0.0.0'      # listen ipaddr or '::' with ipv6
  option ipv6 '1'               # Use IPv6 proto
  option port '8443'            # proxy port
  option direct '1'             # connect directly to Telegram DCs instead of through ME relays
  option aes_pwd 'file'         # sets custom secret.conf file
  option socks 'addr:port'      # route upstream DC connections through SOCKS5 proxy
  option socks_auth 'user:pass' # autentification on SOCKS5 upstream proxy
  option extra '--extra args'   # exta args to run teleproxy. See "teleproxy --help".