1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 02:51:50 +00:00
openmptcprouter-feeds/luci-app-openmptcprouter/root/bin/anonymous_config.sh

31 lines
1.3 KiB
Bash
Raw Normal View History

#!/bin/sh
uci show | \
2021-03-15 13:12:07 +00:00
sed -e "/password=/s/......$/xxxxxx'/" \
-e "/detected_public_ipv4=/s/......$/xxxxxx'/" \
-e "/detected_ss_ipv4=/s/......$/xxxxxx'/" \
-e "/detected_public_ipv6=/s/......$/xxxxxx'/" \
-e "/detected_ss_ipv6=/s/......$/xxxxxx'/" \
-e "/publicip=/s/......$/xxxxxx'/" \
-e "/\.host=/s/......$/xxxxxx'/" \
-e "/\.ip=/s/......$/xxxxxx'/" \
2021-04-01 17:38:47 +00:00
-e "/\.ipv6='2/s/=....../='xxxxxx/" \
2021-03-15 13:12:07 +00:00
-e "/user_id=/s/......$/xxxxxx'/" \
-e "/openvpn\.omr\.remote=/s/......$/xxxxxx'/" \
-e "/shadowsocks-libev\.sss.*\.server=/s/......$/xxxxxx'/" \
-e "/shadowsocks-libev\.sss.*\.key=/s/......$/xxxxxx'/" \
2024-01-24 19:12:59 +00:00
-e "/shadowsocks-rust\.sss.*\.server=/s/......$/xxxxxx'/" \
-e "/shadowsocks-rust\.sss.*\.password=/s/......$/xxxxxx'/" \
2021-03-15 13:12:07 +00:00
-e "/external_ip=/s/......$/xxxxxx'/" \
-e "/obfs_host=/s/..........$/xxxxxx'/" \
-e "/vmess_address=/s/......$/xxxxxx'/" \
-e "/vless_address=/s/......$/xxxxxx'/" \
2024-01-24 19:12:59 +00:00
-e "/trojan_address=/s/......$/xxxxxx'/" \
-e "/socks_address=/s/......$/xxxxxx'/" \
-e "/vless_reality_address=/s/......$/xxxxxx'/" \
2021-03-15 13:12:07 +00:00
-e "/vpn\.key=/s/......$/xxxxxx'/" \
-e "/vps\.key=/s/......$/xxxxxx'/" \
2021-03-30 13:27:56 +00:00
-e "/wgkey=/s/......$/xxxxxx'/" \
2022-02-04 19:44:41 +00:00
-e "/key=/s/......$/xxxxxx'/" \
2021-04-01 17:38:47 +00:00
-e "/ula_prefix=2/s/=.........../='xxxxxxxxxxx/" \
2021-03-15 13:12:07 +00:00
-e "/token=/s/............$/xxxxxx'/"