1
1
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-09-18 13:31:38 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
Simon Ser
78349a6519 Drop extraneous log 2024-08-18 10:12:26 +02:00
Tom Lebreux
c3623f6b38 Add client_auth directive 2024-05-09 09:07:12 +02:00
Tom Lebreux
109d44b113 Remove unused function 2024-05-07 16:23:18 +02:00
Simon Ser
70551807b9 Use scfg unmarshaler to load config file 2024-04-14 23:38:57 +02:00
Simon Ser
a2bf967da7
Switch to scfg
And we get nested blocks for free.
2020-10-19 16:47:50 +02:00
Simon Ser
ec2a768909
Move executable to cmd/tlstunnel
This allows us to expose the toplevel tlstunnel package.
2020-09-10 14:49:59 +02:00
Simon Ser
6608aaf865
Rename Parse and Load to {Parse,Load}Config 2020-09-10 14:35:41 +02:00
Simon Ser
728c5fcf17
Fix empty name in config block directive 2020-09-09 13:05:00 +02:00
Simon Ser
8d2b9202b5
Require frontend blocks to have the name "frontend"
This allows us to easily add other kind of toplevel directives, e.g. for
global configuration options.
2020-09-09 11:00:00 +02:00
Simon Ser
c0f5ca6b39
Implement basic TCP proxy 2020-09-08 17:15:35 +02:00
Simon Ser
21eed45822
Initial commit 2020-09-08 12:11:32 +02:00