Romain
a59dbc4c79
Adjust rule length in routers documentation
2022-03-04 11:24:07 +01:00
Kevin Pollet
40deefa868
Fix HostRegexp examples
2022-03-04 10:50:07 +01:00
Martin Rauscher
a9776ceafc
Improve regexp matcher documentation
2022-01-10 14:32:04 +01:00
kerrsmith
0a31225e65
fixed minor spelling error in Regexp Syntax section
2021-11-09 16:50:11 +01:00
kerrsmith
a13b03ef3d
docs: add named groups details to Regexp Syntax section
2021-11-08 10:06:05 +01:00
romain
ce2e02b690
Merge current v2.4 into master
2021-06-22 14:44:56 +02:00
Tom Moulard
c9df233d24
Changing default file format for the snippets from TOML to YAML
2021-06-19 00:08:08 +02:00
Romain
fc9f41b955
Add TCP Middlewares support
2021-06-11 15:30:05 +02:00
Tom Moulard
679def0151
Add routing IP rule matcher
...
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com >
Co-authored-by: Romain <rtribotte@users.noreply.github.com >
2021-06-07 18:14:09 +02:00
Julien Salleyron
dd04c432e9
Support not in rules definition
2021-05-31 18:58:05 +02:00
Jean-Baptiste Doumenjou
cb4fb973b2
Merge current branch v2.4 into master
2021-03-31 09:43:04 +02:00
Romain
a513a05b7a
Raise errors for non-ASCII domain names in a router's rules
2021-03-22 21:16:04 +01:00
romain
1b21f0723f
Merge v2.4 into master
2021-02-16 11:12:09 +01:00
Matthew Landauer
9e33e23b8b
Add HEAD as available option for Method
2021-02-04 17:04:04 +01:00
Linden Krouse
fc7ec17905
Feature: add udp timeout configuration
2021-01-07 17:16:03 +01:00
Julien Salleyron
0b7aaa3643
Fix domain fronting
...
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com >
2020-07-17 15:38:04 +02:00
Romain
0e97a3becd
Revert domain fronting fix
...
* revert domain fronting changes
* reintroduce HostHeader rule
* add doc for removals
2020-07-13 17:58:03 +02:00
Romain
2b35397169
Disable domain fronting
...
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com >
2020-07-08 12:18:03 +02:00
Ludovic Fernandez
f55a09862e
doc: improve CRD documentation.
2020-04-15 17:38:05 +02:00
Maxime Veber
668e6fd610
Fix wrong copy/pasted with service name warning
2020-03-18 00:32:04 +01:00
Ludovic Fernandez
5adf74e6ce
doc: Use neutral domains.
2020-03-13 22:50:05 +01:00
mpl
4408c634b0
Specify passthrough for TCP/TLS in its own section
2020-03-10 17:28:04 +01:00
Ludovic Fernandez
8c271cf40c
Update to go1.14
2020-02-26 15:30:06 +01:00
mpl
115d42e0f0
UDP support
...
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com >
2020-02-11 01:26:04 +01:00
Ludovic Fernandez
e5104021b1
doc: remove double quotes on CLI flags.
2019-11-19 10:18:05 +01:00
Ludovic Fernandez
e28d9426b9
doc: fix wrong acme information
2019-11-15 10:08:05 +01:00
Blake Buthod
424b97994e
Fixed spelling error
2019-11-15 00:42:04 +01:00
Ludovic Fernandez
743d772a80
doc: @ is not authorized in names definition.
2019-10-28 11:04:05 +01:00
Ludovic Fernandez
355fe6195e
Add documentation about backtick for rule definition.
2019-10-25 17:16:05 +02:00
Constantin Stan
c87a37f804
Improve ciphersuite examples
2019-10-08 14:38:04 +02:00
Julian Maestri
0865962f8d
fix: remove extra backtick from routers docs
2019-10-07 09:58:03 +02:00
Sandro
9691085bc2
Fix yaml domains example
2019-10-07 09:48:04 +02:00
Jean-Baptiste Doumenjou
dce9278193
Add the router priority documentation
2019-09-26 15:16:05 +02:00
mpl
c6e783e7c3
clarify automatic service creation/assignment with labels
2019-09-26 12:48:05 +02:00
Michael
17480abe85
YAML I love you
2019-09-23 17:00:06 +02:00
Ludovic Fernandez
bfde17b4d7
Improve routing documentation
2019-09-23 14:32:04 +02:00
mpl
6712423dd1
misc documentation fixes
2019-09-05 10:48:04 +02:00
Jean-Baptiste Doumenjou
261e7c1744
Fix some documentation issues
2019-09-03 18:02:05 +02:00
Edouard Vincent
2b5c7f9e91
[Docs] YAML indent for domains under TLS section
2019-08-05 08:22:04 -07:00
Ludovic Fernandez
75c99a0491
doc: improve examples.
2019-07-22 09:58:04 +02:00
Daniel Tomcej
8b4ba3cb67
Fix malformed rule
2019-07-22 09:24:04 +02:00
Ludovic Fernandez
f75f73f3d2
Certificate resolvers.
...
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com >
Co-authored-by: Jean-Baptiste Doumenjou <jb.doumenjou@gmail.com >
2019-07-19 11:52:04 +02:00
mpl
39aae4167e
TLSOptions: handle conflict: same host name, different TLS options
...
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com >
2019-07-03 19:22:05 +02:00
Ludovic Fernandez
c7d336f958
Use the same case everywhere
2019-07-01 11:30:05 +02:00
Ludovic Fernandez
4245096be4
Define a TLS section to group TLS, TLSOptions, and TLSStores.
...
Co-authored-by: Jean-Baptiste Doumenjou <jb.doumenjou@gmail.com >
2019-06-27 23:58:03 +02:00
Ludovic Fernandez
69a1817c3f
Improve some parts of the documentation.
2019-06-21 10:54:04 +02:00
mpl
4012599264
docs: rewrite of the HTTPS and TLS section
...
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com >
2019-06-19 19:00:06 +02:00
Jean-Baptiste Doumenjou
85ce16b34f
Define TLS options on the Router configuration
...
Co-authored-by: juliens <julien@containo.us >
2019-06-17 18:14:08 +02:00
Michael
97ec764db7
Fix typos in documentation
2019-05-17 13:32:05 +02:00
Ludovic Fernandez
681892148e
fix: typo in routing example.
2019-05-06 18:28:04 +02:00