Commit Graph

645 Commits

Author SHA1 Message Date
nadoo
61f7131d53 doc: add udp over tcp tunnel info 2018-01-20 23:31:36 +08:00
nadoo
124e1a3013 doc: update README and help info 2018-01-20 23:27:22 +08:00
nadoo
6b4d2582ca socks5: support udp in server mode 2018-01-20 22:13:04 +08:00
nadoo
601e0ddcda udptun: add nat map 2018-01-20 15:36:53 +08:00
nadoo
47820cccba uottun: serve in goroutine 2018-01-20 15:23:56 +08:00
nadoo
38de018d91 ss: add nat map in ListenAndServeUDP 2018-01-20 15:08:23 +08:00
nadoo
65e6caaa39 ss: support udp forward chain 2018-01-18 18:12:17 +08:00
nadoo
9ac6db498e udptun: optimize code 2018-01-17 22:44:04 +08:00
nadoo
e1e8908ae2 ss: optimize dial and pktconn code 2018-01-17 00:42:24 +08:00
nadoo
31930f2955 udptun: add DialUDP to forwarders 2018-01-17 00:26:38 +08:00
nadoo
12f15be1dc http: add param xsi for "X-Server-IP" header 2018-01-16 10:39:40 +08:00
nadoo
7e9e737922 http: add 'X-Forwarded-For' in response header 2018-01-14 21:16:54 +08:00
nadoo
c51cc70b0b udptun: use net.Conn instead of net.PacketConn 2018-01-14 20:37:38 +08:00
nadoo
b33127fba5 udptun: support direct mode 2018-01-13 22:31:22 +08:00
nadoo
5b2518fac0 strategy: optimize code 2018-01-13 20:08:49 +08:00
nadoo
045531d68d http: fixed a bug in reqHeader.Get 2018-01-13 14:36:13 +08:00
nadoo
21935fc6b9 conn: change OutboundIP to return string 2018-01-13 14:34:49 +08:00
nadoo
950ed2b426 http: add param to send 'X-Forwarded-For' header. #18 2018-01-13 14:25:55 +08:00
nadoo
4670c9931e conn: add the ability to get outbound ip 2018-01-13 13:20:15 +08:00
nadoo
824c9b3788 udptun: add udp tunnel support 2018-01-12 20:11:21 +08:00
nadoo
1368cf7770 uottun: support local udp 2 udp forwarding when there are no remote forwarders 2018-01-11 23:14:09 +08:00
nadoo
ff632f23a6 dns: change parseAnswers function to return error 2018-01-11 14:44:24 +08:00
nadoo
e91d4bcb6e ipset: avoid adding twice 2018-01-10 13:11:13 +08:00
nadoo
bebfa0e48e dns: fixed a bug in parseQuestion which may leads to a panic 2018-01-10 12:25:57 +08:00
nadoo
2e10672c3b dns: add some comment 2018-01-09 23:43:56 +08:00
nadoo
969034fb97 dns: move tcp and udp process to handleReqMsg function 2018-01-09 13:11:55 +08:00
nadoo
a652f8db04 dns: add a parameter in dns struct to identify tunnel 2018-01-08 23:37:58 +08:00
nadoo
050489806c dns: add tcp support 2018-01-08 22:28:11 +08:00
nadoo
99ad1eb762 ss: support udp in server mode 2018-01-08 18:14:57 +08:00
nadoo
5f661de379 rule: optimized log format 2018-01-06 14:44:58 +08:00
nadoo
9354caac5c dns: optimized the parse answer function 2018-01-06 13:33:09 +08:00
nadoo
ee0da7cacb dns: parse answers only when query type is A or AAAA 2018-01-05 12:29:06 +08:00
nadoo
ee9a8ceb3a conf: show help before error exit 2018-01-04 15:26:18 +08:00
nadoo
13bc2d4a2e doc: correct a mistake in example config file 2017-12-24 23:13:53 +08:00
nadoo
a560864ef1 dns: imporve dns client to be compatible with upstream dnsmasq servers 2017-12-21 10:10:56 +08:00
nadoo
47022d6d27 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
a045e54504 http: optimized proxy client 2017-12-17 14:46:24 +08:00
nadoo
3b73599b7b http: add header ending in http proxy client mode 2017-12-17 11:24:25 +08:00
nadoo
1889de7f7f http: Proxy-Authorization header 2017-12-17 01:01:11 +08:00
nadoo
632f45448b http: add basic auth in client mode 2017-12-17 00:36:53 +08:00
nadoo
7a9609771f Merge pull request #14 from nodarret/master
use sync.Map in status
2017-12-16 21:20:04 +08:00
nodarret
1aae8a574b bump version 2017-11-07 13:04:19 +01:00
amarkowski
ae7c62efe5 use sync.Map in status 2017-11-03 11:55:15 +01:00
nadoo
8f9f10d4ee Merge pull request #12 from ksafe/patch-1
Update glider.conf.example
2017-11-01 00:36:58 +08:00
ksafe
49198b01b8 Update glider.conf.example
dns port config error
2017-10-30 23:05:39 +08:00
nadoo
8ef2944f1a log: optimize logs for redir and socks5 2017-10-18 21:47:32 +08:00
nadoo
ade87c9588 ipset: add comments 2017-10-02 19:39:57 +08:00
nadoo
97dda61483 redir: avoid underscore in func name 2017-09-21 23:13:44 +08:00
nadoo
65e3940bd6 rule: change receiver name 2017-09-21 23:07:04 +08:00
nadoo
54e3f2ac6b tproxy: use continue instead of return 2017-09-16 23:10:10 +08:00