The only thing I spot off the top is to remove eth1 from dns forwarding as that is your WAN interface.
Conntrack being off is no issue.
import hashlib def msg_to_int(msg: str): return int(hashlib.sha256(msg.encode()).hexdigest(), 16) P_recovered = k_inv * C m_recovered ...
No comments:
Post a Comment