You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google translate:
Is it possible for adbd to listen on 127.0.0.1 for port forwarding ( for example https://github.com/Magisk-Modules-Repo/ssh ) or add iptables -A INPUT -p tcp -s 127.0.0.1 --dport ${port adbd} -j ACCEPT iptables -A INPUT -p tcp -s 0.0.0.0/0 --dport ${port adbd} -j DROP
The text was updated successfully, but these errors were encountered:
Google translate:
Is it possible for adbd to listen on 127.0.0.1 for port forwarding ( for example https://github.com/Magisk-Modules-Repo/ssh ) or add
iptables -A INPUT -p tcp -s 127.0.0.1 --dport ${port adbd} -j ACCEPT
iptables -A INPUT -p tcp -s 0.0.0.0/0 --dport ${port adbd} -j DROP
The text was updated successfully, but these errors were encountered: