Skip to content

Commit

Permalink
Update anonymous config script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Jan 24, 2024
1 parent 5b5ed0a commit 2490378
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions luci-app-openmptcprouter/root/bin/anonymous_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ uci show | \
-e "/openvpn\.omr\.remote=/s/......$/xxxxxx'/" \
-e "/shadowsocks-libev\.sss.*\.server=/s/......$/xxxxxx'/" \
-e "/shadowsocks-libev\.sss.*\.key=/s/......$/xxxxxx'/" \
-e "/shadowsocks-rust\.sss.*\.server=/s/......$/xxxxxx'/" \
-e "/shadowsocks-rust\.sss.*\.key=/s/......$/xxxxxx'/" \
-e "/external_ip=/s/......$/xxxxxx'/" \
-e "/obfs_host=/s/..........$/xxxxxx'/" \
-e "/vmess_address=/s/......$/xxxxxx'/" \
-e "/vless_address=/s/......$/xxxxxx'/" \
-e "/trojan_address=/s/......$/xxxxxx'/" \
-e "/socks_address=/s/......$/xxxxxx'/" \
-e "/vless_reality_address=/s/......$/xxxxxx'/" \
-e "/vpn\.key=/s/......$/xxxxxx'/" \
-e "/vps\.key=/s/......$/xxxxxx'/" \
-e "/wgkey=/s/......$/xxxxxx'/" \
Expand Down

0 comments on commit 2490378

Please sign in to comment.