mklnz
mklnz
I haven't dug down deep in the code yet but no matter what epsilon I choose the simplify method returns a line_string object with only two points starting from about...
Edit: Now I found out this is due to a conflict between Rail's ActiveSupport to_json and the json gem. Usage outside Rails environment works as intended. How to get around...
I'm having some difficulty using shadowsocks-go to connect to World of Warcraft via socks5 + proxifier on Windows. It tries to login but disconnects immediately. Browser and other apps so...
### Description I have been having a lot of issues releasing my Wails app to the general public due to false positive detection. I've been trying to narrow it down...
I'm doing some testing based on the examples in x/outline-cli to read/write IP Packets from/to a TUN device. I have gotten the example working with `shadowsocks.NewStreamDialer`, but I'm unable to...
Can local-dns be bound on the local-tun interface address? I've tried: ``` { "protocol": "tun", "tun_interface_address": "10.255.0.1/24", }, { "protocol": "dns", "local_address": "10.255.0.1", "local_port": 53, "local_dns_address": "114.114.114.114", "local_dns_port": 53, "remote_dns_address":...