nadoo
|
2ad3498abd
|
proxy: optimize timeout handling in udp copy
|
2022-02-26 22:32:11 +08:00 |
|
nadoo
|
9f6e5ebb98
|
dhcpd: fixed a bug in discovery
|
2022-02-24 18:41:03 +08:00 |
|
nadoo
|
1f196c9cf5
|
dhcpd: check server existence on more platforms
|
2022-02-23 17:48:43 +08:00 |
|
nadoo
|
cb698713ee
|
dns: log error when adding an invalid record
|
2022-02-20 01:07:51 +08:00 |
|
nadoo
|
cc63a59f1e
|
proxy: support registerable usage info
|
2022-02-15 21:34:55 +08:00 |
|
nadoo
|
d05d71e591
|
ci: uload artifacts after building
|
2022-02-14 12:12:37 +08:00 |
|
nadoo
|
f358a1e877
|
config: support environment variable parsing (#311)
|
2022-02-08 15:39:18 +08:00 |
|
nadoo
|
7f925fb711
|
dns, ipset, rule: change dns AnswerHandler to use netip instead of string
|
2022-02-03 00:04:17 +08:00 |
|
nadoo
|
f2eb638b91
|
chore: optimize dhcpd and dns and more
|
2022-01-29 21:10:09 +08:00 |
|
nadoo
|
e12642b47a
|
chore: small optimizations
|
2022-01-28 15:12:02 +08:00 |
|
nadoo
|
a814f8c545
|
chore: add cache for github actions
|
2022-01-27 17:15:04 +08:00 |
|
nadoo
|
9b2f00f4c8
|
proxy: add new env: FORWARDER_URL to script health check (#310)
|
2022-01-27 12:42:49 +08:00 |
|
nadoo
|
fac4b86f60
|
chore: use go1.18beta1
|
2022-01-26 23:40:49 +08:00 |
|
nadoo
|
a919ac3469
|
dns: send nil response instead of dropping it when dnsnoaaaa is enabled
|
2022-01-22 13:13:20 +08:00 |
|
nadoo
|
2754fdeb60
|
dns: added new config dnsnoaaaa to filter AAAA response, default to false
|
2022-01-20 21:59:40 +08:00 |
|
nadoo
|
cf1a4e3817
|
proxy: added PackerServer interface
|
2022-01-16 23:15:18 +08:00 |
|
nadoo
|
0238b3fcce
|
chore: build goarch riscv64
|
2022-01-10 20:09:26 +08:00 |
|
nadoo
|
1fd59a1677
|
chore: move some packages to pkg folder
|
2022-01-08 15:05:55 +08:00 |
|
nadoo
|
826695df9a
|
chore(systemd): use DynamicUser
|
2021-12-20 22:41:44 +08:00 |
|
nadoo
|
3c431ee6e1
|
group: show the count of enabled proxies (#292)
|
2021-12-10 21:24:39 +08:00 |
|
nadoo
|
2c8a5065fa
|
forward: allow duplicate forwarders
|
2021-12-10 18:32:41 +08:00 |
|
nadoo
|
5cbfcf815f
|
ssh: added timeout parameter (optimize #289 @299)
|
2021-12-09 19:22:12 +08:00 |
|
nadoo
|
ff09c45fb6
|
ssh: init conn in Dial
|
2021-12-06 23:53:10 +08:00 |
|
nadoo
|
638adc63d6
|
ssh: try to fix #299
|
2021-12-05 19:03:57 +08:00 |
|
nadoo
|
346db3338e
|
wss: optimize server code
|
2021-11-29 00:00:22 +08:00 |
|
nadoo
|
807aebc678
|
tproxy: fix ipv6 support (#290)
|
2021-10-22 18:36:09 +08:00 |
|
nadoo
|
e5031ac8d5
|
smux: update to v1.5.16
|
2021-09-22 22:49:33 +08:00 |
|
nadoo
|
6bd77a0b2a
|
dns: support default port 53 in dnsserver config
|
2021-09-10 23:36:25 +08:00 |
|
nadoo
|
c86cadb4be
|
tls,wss,trojan: support certificate pinning (#275)
|
2021-08-20 18:47:15 +08:00 |
|
nadoo
|
c055c33143
|
tls: added new param alpn
|
2021-08-17 09:39:24 +08:00 |
|
nadoo
|
8b29af3c0c
|
dhcpd: support macOS and freebsd(not tested)
|
2021-08-12 19:11:06 +08:00 |
|
nadoo
|
aae2fc8256
|
vless,vmess: support string to uuid mapping standard
|
2021-08-08 00:05:47 +08:00 |
|
nadoo
|
926b364400
|
doc: update documents and help info
|
2021-08-05 23:52:31 +08:00 |
|
nadoo
|
7486373821
|
proxy: support server mode of PROXY protocol v1
|
2021-08-04 19:13:22 +08:00 |
|
nadoo
|
f3dc252967
|
udp,unix,tproxy: improve udp server
|
2021-07-29 20:05:20 +08:00 |
|
nadoo
|
650f1eed4e
|
tproxy: use nativeEndian instead of LittleEndian
|
2021-07-18 01:09:37 +08:00 |
|
nadoo
|
56277acb7d
|
proxy: added tproxy module (only udp now)
|
2021-07-17 22:36:42 +08:00 |
|
nadoo
|
15f9e74e39
|
wss: added a new scheme wss for convenience
|
2021-07-09 19:17:16 +08:00 |
|
nadoo
|
a62674838e
|
ssh: handle error in init conn (#264)
|
2021-07-07 19:05:26 +08:00 |
|
nadoo
|
7f85f664e3
|
general: fixed a bug which leads to panic when the specified interface not exists
|
2021-07-02 01:06:11 +08:00 |
|
nadoo
|
72e57ab6e3
|
proxy: added a new scheme direct so we can use it as a failover forwarder
|
2021-06-29 19:55:05 +08:00 |
|
nadoo
|
d92e7f6191
|
dhcpd: support static ip address for mac
|
2021-06-10 20:09:21 +08:00 |
|
nadoo
|
41fee381d0
|
dhcpd: support to handle DECLINE & RELEASE msg
|
2021-06-07 19:14:58 +08:00 |
|
nadoo
|
3092d857ff
|
dns: added new config dnscachelog and default to false
|
2021-05-30 12:18:05 +08:00 |
|
nadoo
|
ceb8b82df8
|
proxy: support chain more than 2 protocols in server mode
|
2021-05-05 18:41:48 +08:00 |
|
nadoo
|
70cf30b5e6
|
smux: return os.ErrDeadlineExceeded when timeout
|
2021-05-01 00:32:55 +08:00 |
|
nadoo
|
e9e4515e67
|
smux: improve smux server
|
2021-04-28 00:53:41 +08:00 |
|
nadoo
|
dbd2e04521
|
proxy: added smux support
|
2021-04-21 00:29:17 +08:00 |
|
nadoo
|
34a053b875
|
ssh: close unused connection (#251)
|
2021-04-20 20:55:40 +08:00 |
|
nadoo
|
ddfcaae49c
|
ssh: reuse underlying connection (#251)
|
2021-04-20 15:28:52 +08:00 |
|