Hannes Tribus
8f1481373a
Fix split configuration logging message into lines and print each in separat log message
2021-05-07 15:05:27 +02:00
Hannes Tribus
3c06994322
Renamed package and updated README.md
2021-05-07 15:04:57 +02:00
Hannes Tribus
6ed4e8c9db
Remove ignored files
2021-03-26 09:10:59 +01:00
Hannes
51dd354371
Fix backoff inconsistency
...
The reset is performed at the time the connection has been established.
This can cause the problem described in #76 .
I the server connection fails after max_time + x it tries to reconnect.
If that fails once it immediately stops trying with the message "backoff limit exceeded"
2021-03-26 08:57:31 +01:00
Michał Matczuk
10e3e0d19a
go mod init
2020-02-12 17:33:50 +01:00
Sven Franken
f48a09d2ab
SNI vhost proxy implemented
2019-10-23 17:45:59 +02:00
Walter Antolini
5491fa1a22
Fixed .check-fmt, .check-lint, ifne not working on OSX
...
Fixed .check-static for skip errors
2019-04-15 10:45:09 +02:00
Walter Antolini
9aefa6ca88
Updated Deps
2019-04-15 10:45:09 +02:00
Walter Antolini
109dd8fd94
Removed megacheck, Added staticcheck
2019-04-15 10:45:09 +02:00
Walter Antolini
6f8da81c95
Fixed golint, Added DS_Store to git ignore
2019-04-15 10:45:09 +02:00
Brian McGonagill
311b9c717f
Updated to fix markdown - single space added after ###
2019-04-03 20:42:25 +02:00
Brian McGonagill
e44bdd4c78
Instructions to use Systemd to run as a service
...
Changes are on lines 70 - 127 of the README.md file.
Instructions added to setup the server portion of the tunnel as a systemd service in linux.
2019-03-26 09:50:46 +01:00
aeris
9116a9ab48
Allow ECDSA server
2019-01-18 14:32:29 +01:00
Michał Matczuk
18db127b6b
readme: update
2018-01-10 13:31:13 +01:00
Michał Matczuk
75a30abccc
makefile: do not include debug symbols in release binaries
2017-11-29 22:39:26 +01:00
Michał Matczuk
6350bece19
tunnel: automatically enable TLS insecure skip verify if there are no root CAs documented
2017-11-29 22:36:40 +01:00
Michał Matczuk
7c399e8cb0
log: server banner print to stdout
2017-11-29 09:21:28 +01:00
Michał Matczuk
65f37882e5
tunneld: banner
2017-11-28 23:10:13 +01:00
Michał Matczuk
1debf52fed
log: removal of log-to flags
2017-11-28 23:10:13 +01:00
Michał Matczuk
0a860143c2
tunnel: automatically enable TLS insecure skip verify if there are no root CAs
2017-11-28 22:35:23 +01:00
Michał Matczuk
44b2e72dd6
readme: features update
2017-11-28 22:24:12 +01:00
Michał Matczuk
374e811557
readme: how it works promoted to separate section
2017-11-28 22:16:29 +01:00
Michał Matczuk
3dea7d37ae
readme: title update
2017-11-28 22:12:35 +01:00
Michał Matczuk
14342d7cde
keepalive: server listen keepalive fix plus log message fixes
2017-11-28 22:09:37 +01:00
Riccardo Gori
d8b914378c
Enable keepalive for local TCP connections
2017-11-28 16:19:18 +01:00
Riccardo Gori
5716e71c23
Enable keepalive for tunnel connections.
2017-11-28 16:19:18 +01:00
Michał Matczuk
11622789b1
readme: typo fix
2017-11-27 11:02:15 +01:00
Michał Matczuk
867a69c4ea
readme: license fix
2017-11-27 10:54:11 +01:00
Michał Matczuk
66556ebd2e
readme: badge link fix
2017-11-26 00:24:28 +01:00
Michał Matczuk
bbeb1b7cba
readme: use auto subscribe in readme
2017-11-26 00:21:15 +01:00
Michał Matczuk
0d8131b0e4
integration test: enable auto subscribe
2017-11-26 00:21:15 +01:00
Michał Matczuk
fb55a4ac8a
tunneld: enable auto subscribe if no clients are provided
2017-11-26 00:21:15 +01:00
Michał Matczuk
1700712f7f
registry: log subscribe/unsubscribe messages only when the action actually takes place
2017-11-26 00:21:15 +01:00
Michał Matczuk
c2c50bfba6
server: introduction of AutoSubscribe flag
2017-11-26 00:21:15 +01:00
Michał Matczuk
1b22420dac
pool: rename connPool.listener to free
2017-11-25 23:03:50 +01:00
Michał Matczuk
e7b3a5a6be
tunnel: handle no tunnels with a message
2017-11-25 22:50:38 +01:00
Michał Matczuk
65877e76a8
tunnel: removal of panics
2017-11-25 22:50:38 +01:00
Michał Matczuk
fc43db429f
id: removal of unused constructors
2017-11-25 22:50:38 +01:00
Michał Matczuk
92425f434d
bin data removed
2017-11-25 22:49:16 +01:00
Michał Matczuk
0e65d4eb38
license change
2017-11-24 15:29:38 +01:00
Riccardo Gori
b8005dd868
tunneld: Add option to authenticate client certificate
2017-11-24 15:01:29 +01:00
Riccardo Gori
71d91b673e
tunneld: Require all clients to have a certificate
2017-11-24 15:01:29 +01:00
Michał Matczuk
9b3230e69e
keepalive: windows fix
2017-11-24 12:12:57 +01:00
Michał Matczuk
735484a01a
Merge pull request #54 from goriccardo/rootca
...
Add option to tunnel client to specify a root certificate authority
2017-11-24 12:04:42 +01:00
Riccardo Gori
bb25f68ba3
Add root_ca option to readme
2017-11-24 11:59:51 +01:00
Riccardo Gori
f23169b4a4
Add option to specify own root certificates
2017-11-24 11:56:53 +01:00
Michał Matczuk
1455e86f19
delete bin file
2017-11-24 11:53:14 +01:00
Michał Matczuk
c3729ba9e7
readme: typo fix
2017-11-24 11:32:15 +01:00
Michał Matczuk
e1c911f7e8
readme: changed popular to common
2017-11-24 11:30:15 +01:00
Michał Matczuk
e86eb54c19
readme: features update
2017-11-24 11:29:23 +01:00