diodechain / diode_client

Diode client written in GO that runs the Blockquick™ algorithm and a socks server to transmit data through diodechain.
https://diode.io/download
Other
65 stars 23 forks source link

Support all TLDs in proxy #70

Closed sc0Vu closed 3 years ago

sc0Vu commented 3 years ago

Before we hard code the domain suffix in proxy regex pattern, now we use golang.org/x/net/publicsuffix to check the domain list. For more information, please go to https://publicsuffix.org/.