larry
larry
修复因 otto Call 协程不安全导致的问题。
When networking is conflate, cause 'xaddr' value is wrong. Like this: ```bash ssh -gNL 8080:192.168.9.232:80 larry@remotehost ``` Then, set the 'xaddr' value is '127.0.0.1:8080'. But, the device maybe return the...
$docker run \ --name dnsmasq \ -d \ -p 53:53/udp \ -p 5380:8080 \ -v /opt/dnsmasq.conf:/etc/dnsmasq.conf \ --log-opt "max-size=100m" \ -e "HTTP_USER=foo" \ -e "HTTP_PASS=bar" \ --restart always \ jpillora/dnsmasq...