Commit Graph

28 Commits

Author SHA1 Message Date
nadoo
8a0176b12a general: combine cdialer and sdialer 2018-03-24 19:57:46 +08:00
nadoo
01aff05c8e general: add comments 2018-01-21 00:31:10 +08:00
nadoo
bcf9583147 socks5: support udp in server mode 2018-01-20 22:13:04 +08:00
nadoo
d8b5084fa9 udptun: add nat map 2018-01-20 15:36:53 +08:00
nadoo
c63881d9d7 uottun: serve in goroutine 2018-01-20 15:23:56 +08:00
nadoo
3812ac7b94 ss: add nat map in ListenAndServeUDP 2018-01-20 15:08:23 +08:00
nadoo
3cdadcc4a2 ss: support udp forward chain 2018-01-18 18:12:17 +08:00
nadoo
1497fc5ae2 ss: optimize dial and pktconn code 2018-01-17 00:42:24 +08:00
nadoo
ebbc50a0c9 udptun: add DialUDP to forwarders 2018-01-17 00:26:38 +08:00
nadoo
fa5aa87689 udptun: use net.Conn instead of net.PacketConn 2018-01-14 20:37:38 +08:00
nadoo
b094d296f3 udptun: support direct mode 2018-01-13 22:31:22 +08:00
nadoo
31a6c94d75 udptun: add udp tunnel support 2018-01-12 20:11:21 +08:00
nadoo
775e3c05de uottun: support local udp 2 udp forwarding when there are no remote forwarders 2018-01-11 23:14:09 +08:00
nadoo
6e3423588a ss: support udp in server mode 2018-01-08 18:14:57 +08:00
nadoo
36d8e0593b ss: fixed #17, bypass rule has no effect in the following situation: 1. has global forwarder; 2. has bypass rules; 3. use ss proxy server; 2017-12-20 15:13:45 +08:00
nadoo
c8e63f2dc2 ss: support proxy chain in udp over tcp mode 2017-09-08 15:25:10 +08:00
nadoo
adff6c5356 ss: remove unused codes 2017-09-08 12:35:49 +08:00
nadoo
42b9e0ef18 ss: add udp over tcp support 2017-09-08 12:09:57 +08:00
nadoo
f3e1fa26d7 server: remove network parameter in server mode 2017-09-07 23:50:10 +08:00
nadoo
91beca61ae ss: add udp support as server mode 2017-09-06 18:52:22 +08:00
nadoo
1ca16dac79 1. general: restructured codes;
2. rule: add dnsserver to ip rule map;
3. dns: add DNSAnswerHandler so we can define a custom handler when a domain resolved
2017-08-23 16:35:39 +08:00
nadoo
7b4e07bbe4 rules: add rules-dir folder config support 2017-08-20 21:44:18 +08:00
nadoo
6469d3332e general: optimize codes 2017-08-16 22:37:42 +08:00
nadoo
071ed4ae62 strategy: fixed a bug in haproxy which actually act as a rrproxy. 2017-07-31 19:29:43 +08:00
nadoo
dfb25665c7 change "func GetProxy() Proxy" to "GetProxy(dstAddr string) Proxy" so we could add rule based proxy later 2017-07-29 23:20:27 +08:00
nadoo
23f314889e 1. optimized strategy proxy code. 2. changed config name "checkhost" -> "checkwebsite" 3. optimized proxy check function. 2017-07-29 21:31:01 +08:00
nadoo
5e9f0e8858 fixed all known bugs 2017-07-29 18:15:22 +08:00
nadoo
c50c9d0134 first commit 2017-07-13 21:55:41 +08:00