• March 24, 2024

Telegram Shadowsocks

VPN CLUB

VPN CLUB

#Shadowsocks json{“server”: “138. 128. 219. 145”, “local_address”: “127. 0. 1”, “local_port”: 1080, “timeout”: 300, “workers”: 1, “server_port”: 11418, “password”: “s8cRmN”, “method”: “aes-256-cfb”, “obfs”: “tls1. 2_ticket_auth”, “obfs_param”: “”, “protocol”: “auth_sha1_v4”, “protocol_param”: “”}{“server”: “65. 49. 134. 166”, “local_address”: “127. 1”, “local_port”: 1080, “timeout”: 300, “workers”: 1, “server_port”: 27694, “password”: “RNfs3V”, “method”: “rc4-md5”, “obfs”: “plain”, “obfs_param”: “”, “protocol”: “origin”, “protocol_param”: “”}{“server”: “74. 207. 244. 238”, “local_address”: “127. 1”, “local_port”: 1080, “timeout”: 300, “workers”: 1, “server_port”: 11205, “password”: “ROjbZC”, “method”: “chacha20-ietf”, “obfs”: “_simple”, “obfs_param”: “”, “protocol”: “auth_aes128_md5”, “protocol_param”: “”}
shadowsocks-manager/README.md at master - telegram

shadowsocks-manager/README.md at master – telegram

Permalink
Cannot retrieve contributors at this time
This plugin can control shadowsocks through a telegram bot.
Usage
Create a telegram bot with BotFather. He will give you a token for the bot.
Edit config file to use telegram plugin:
plugins:
telegram:
token: ‘12345678:********************’
use: true
Start ssmgr with type m, and you can talk to your bot to control it.
ssmgr -t m -m yourHost:yourPort
Command
Auth
auth Set manager user, the first user send ‘auth’ to bot will be the manager.
Help
help Show help message
Port
list Show port and password in current server
del {port} Delete port
add {port} {password} Add port and set password
pwd {port} {password} Change password
Server
listserver
switchserver {id}
delserver {name}
addserver {name} {host} {port} {password}
editserver {id} {name} {host} {port} {password}
Flow
flow
flow{number}min
flow{number}hour
Screenshot
List
Flow
Nekox

Nekox

NekoX is an free and open source third-party Telegram client, based on Telegram-FOSS with features added.
We are no longer able to update versions on the Play Store, check.
Update News Telegram
GitHub Feedback
Group Chat (English / Chinese)
Group Chat (Persian)
Group Chat (Indonesia)
Group Chat (Russian)
Group Chat (Hindi)
Group Chat (Turkish)
NekoX Changes
Most of Nekogram’s features
Unlimited login accounts
OpenCC Chinese Convert
Built-in VMess, Shadowsocks, SSR, Trojan-GFW proxies support
Built-in public proxy list / Proxy subscription support
Ipv6 MTProxy support
Able to parse all proxy subscription format: SIP008, ssr, v2rayN, vmess1, shit ios app formats, clash config and more
Proxies import and export, remarks, speed measurement, sorting, delete unusable nodes, etc
Scan the QR code (any link, can add a proxy)
The ( vmess / vmess1 / ss / ssr / trojan) proxy link in the message can be clicked
Built-in WebSocket relay support (Connect via Cloudflare CDN)
Allow auto-disabling proxy when VPN is enabled
Proxy automatic switcher
Add stickers without sticker pack
Allow disabling vibration
Allow clicking on links in self profile
Sticker set list backup / restore / share
Full InstantView translation support
Translation support for selected text on input and in messages
Delete all messages in group
Dialog sorting is optional “Unread and can be prioritized for reminding” etc
Allow to skip “regret within five seconds”
Unblock all users support
Login via QR code
Scan and confirm the login QR code directly
Allow clearing app data
Option to not send comment first when forwarding
Option to use nekox chat input menu: replace record button with a menu which contains an switch to control link preview (enabled by default)
Option to disable link preview by default: to prevent the server from knowing that the link is shared through Telegram.
Option to ignore Android-only content restrictions (except for the Play Store version).
OpenKeychain client (sign / verify / decrypt / import)
Google Cloud Translate / anslate support
Custom cache directory (supports external storage)
Custom app ID and Hash (optional NekoX / Android / Android X or Manual input)
Custom server (official, test DC)
Keep the original file name when downloading files
View the data center you belong to when you don’t have an avatar
Proxies, groups, channels, sticker packs are able to shared as QR codes
Force English emoji keywords to be loaded
Add “@Name” when long-pressing @user option
Enhanced notification service, optional version without Google Services
Don’t alert “Proxy unavailable” for non-current account
Option to block others from starting a secret chat with you
Allow creation of group without invite
Option to upgrade group to supergroup
Mark dialogs as read using tab menu
Improved session dialog
Improved link long click menu
Improved hide messages from blocked users feature
Text replacer
Persian calendar support
Option to disable trending
Telegram X style menu for unpinning messages
Built-in Material Design themes / Telegram X style icons
Enabled set auto delete timer option for private chats and private groups
Don’t process cleanup draft events after opening chat
Support saving multiple selected messages to Saved Messages
Support unpinning multiple selected messages
View stats option for messages
And more:)
Compilation Guide
NOTE: Building on Windows is, unfortunately, not supported.
Consider using a Linux VM or dual booting.
Important:
Install Android SDK and NDK (default location is $HOME/Android/SDK, otherwise you need to specify $ANDROID_HOME for it)
It is recommended to use AndroidStudio to install.
Install golang ( 1. 16).
# debian sid
apt install -y golang-1. 16
Install Rust and its stdlib for Android ABIs, and add environment variables for it.
It is recommended to use the official script, otherwise you may not find rustup.
curl –proto ‘=’ –tlsv1. 2 -sSf | sh -s — –default-toolchain none -y
echo “source $HOME/” >> $HOME/ && source $HOME/
rustup install $(cat ss-rust/src/main/rust/shadowsocks-rust/rust-toolchain)
rustup default $(cat ss-rust/src/main/rust/shadowsocks-rust/rust-toolchain)
rustup target install armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
Build native dependencies:. /run init libs
Build external libraries and native code:. /run libs update
Fill out TELEGRAM_APP_ID and TELEGRAM_APP_HASH in operties
Replace TMessagesProj/ if you want fcm to work.
Replace ystore with yours and fill out ALIAS_NAME, KEYSTORE_PASS and ALIAS_PASS in operties if you want a custom sign key.. /gradlew assemble
FAQ
What is the differences between NekoX and Nekogram?
Developed by different developers, read the feature list above to understand the differences.
What is the difference between the Full and Mini version?
The full version comes with built-in proxy support for v2ray, shadowsocks, shadowsocksr, and trojan, which is usually provided to advanced users to help friends who have no computer knowledge in mainland China to bypass censorship. Don’t complain about imperfect functions or ask to add other rare proxy types, you can use their clients directly.
What if I don’t need a proxy?
Then it is recommended to use the Mini version.
What is the noGcm version?
Google Cloud Messaging, also known as gcm / fcm, message push service by google used by original Telegram android app, it requires your device to have Google Service Framework (non-free) installed.
I’ve encountered a bug!
First, make sure you have the latest version installed (check the channel, Play store versions usually have a delay).
Then, if the issue appears in the official Telegram client too, please submit it to the officials, (be careful not to show NekoX in the description and screenshots, the official developers doesn’t like us! ).
Then, please detail your issue, create an issue or submit it to our group with #bug.
If you experience a crash, you also need to click on the version number at the bottom of the settings and select “Enable Log” and send it to us.
Localization
Is NekoX not in your language, or the translation is incorrect or incomplete? Get involved in the translations on our Weblate.
Adding a new language
First and foremost, Android must already support the specific language and locale you want to add. We cannot work with languages that Android and the SDK do not support, the tools simply break down. Next, if you are considering adding a country-specific variant of a language (e. g. de-AT), first make sure that the main language is well maintained (e. de). Your contribution might be useful to more people if you contribute to the existing version of your language rather than the country-specific variant.
Anyone can create a new language via Weblate.
Adding unofficial translations for Telegram
Current built-in language packs:: moecn: taiwan: ja_raw
You can open an issue to request to amend the built-in translation.
Credits
Telegram-FOSS: GPLv2
Nekogram: GPLv2
v2rayNG: GPLv3
AndroidLibV2rayLite: LGPLv3
shadowsocks-android: GPLv3
shadowsocksRb-android: GPLv3
HanLP: Apache License 2. 0
OpenCC: Apache License 2. 0
opencc-data: Apache License 2. 0
android-device-list: MIT
JetBrains: for allocating free open-source licences for IDEs
“Nekox” and other potentially trademarked words, copyrighted images and copyrighted readme contents likely belong to the legal entity who owns the “Nekox Dev” organization. Awesome Open Source is not affiliated with the legal entity who owns the “Nekox Dev” organization.

Frequently Asked Questions about telegram shadowsocks

Leave a Reply

Your email address will not be published. Required fields are marked *