Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-27 | The ospf6d manpage states that the daemon laks support for multi area | remi | |
configurations. Fix the example config to only use one area instead of two. Issue brought up and OK danj@ claudio@ doesn't mind | |||
2021-03-24 | Add mouse.tp.tapping example. | Ulf Brosziewski | |
ok kn@ | |||
2021-02-02 | Improve the last comment | Daniel Jakots | |
Remove a trailing white space, don't misspell misconfiguration and use https. ok jmc, claudio | |||
2020-11-04 | Back out last commit. | denis | |
Some devs are not convinced. | |||
2020-11-02 | acme response challenge location to issue better error code | denis | |
Notified to me by jmc@ Diff by Matthias Pressfreund <mpfr @ fn de>, thanks | |||
2020-09-19 | Add a bsd.schema line to the example ldapd.conf | Theo Buehler | |
from reyk | |||
2020-09-17 | tab vs. spaces; from navan AT airpost.net, thanks! | Florian Obser | |
2020-09-14 | We need to be able to provide contact information to use the | Florian Obser | |
buypass.com acme api. From Bartosz Kuzma (bartosz.kuzma AT release11.com), thanks! OK beck, deraadt | |||
2020-09-12 | Add an example file so login_ldap.conf maybe becomes a little more | Martijn van Duren | |
intelligible. OK bluhm@ | |||
2020-06-30 | Fix two places where carp backup state is misspelled in comments. | Sebastian Benoit | |
ok claudio@ | |||
2020-05-17 | Change install images called *.fs to *.img. These are UFS filesystem images, | Theo de Raadt | |
but additionally have a bootblock in the first 8K (since UFS does not use that space). There are some UEFI direct-from-internet bootloaders that require the name *.img. So this makes things more convenient for those, while keeping it consistant in all architectures. ok kettenis beck kn | |||
2020-05-08 | less ugly upstream names | Theo de Raadt | |
2020-04-23 | "local-address" can be specified for both address families now, so | Stuart Henderson | |
no more need for separate v4/v6 groups. ok claudio@ | |||
2020-02-16 | Remove trailing backslashes | kn | |
"prefix-set" blocks work with line breaks just fine, probably old macro leftover. OK job claudio | |||
2019-12-14 | Fix comment: vmctl command options come before arguments | kn | |
2019-11-30 | Tweak rpki-client to create all 4 output file formats from a single | Theo de Raadt | |
compute, based upon flags. OpenBGPD compatible format by default if no options, to integrate with bgpd.conf and bgpctl reload. Adapt mtree and stuff. This will receive further refactoring... ok benno job | |||
2019-11-29 | Import /var/db/rpki-client/roa and filter | Theo de Raadt | |
discussed at length with claudio and benno | |||
2019-11-27 | Nuke http captive portal detection; something better is coming. | Florian Obser | |
OK otto | |||
2019-11-11 | change the nmea sensor to "trusted" | Theo de Raadt | |
2019-11-11 | update ntpd example configuration | Theo de Raadt | |
2019-09-18 | Correct sysctl section is 2 | solene | |
ok jmc millert | |||
2019-06-07 | Switch to v02 api url. | Florian Obser | |
2019-04-01 | Update radiusd.conf(5) man page and its example to recommend to | YASUOKA Masahiko | |
surround words with double quote. Also fix a bug in the man page that module argument was missing for "module set". | |||
2019-02-05 | Add an example unwind.conf. | Florian Obser | |
Note that unwind(8) works without a config file in many (most?) cases. This provides an example on how to use the captive portal detection feature. Input benno Input & OK sthen | |||
2019-01-08 | Move acme-client.conf to examples. Since we no longer store the | Florian Obser | |
agreement url in here we no longer need to updated it all the time. OK deraadt | |||
2018-11-17 | make the bogon set competely or-longer, rather than having to manage it | Theo de Raadt | |
or-longer at useage time. ok job benno | |||
2018-09-10 | Adjust the config to -current bgpd which makes it a lot more readable. | Claudio Jeker | |
OK phessler@ | |||
2018-09-09 | update example bgpd.conf to use new config language features: | Sebastian Benoit | |
network prefix-set ... and filters with prefix-set ... or-longer. ok claudio@ | |||
2018-09-08 | Remove optional commas from example config. In the future these optional | Claudio Jeker | |
commas may become a syntax error. | |||
2018-08-28 | Unclutter bgpd.conf example config file | job | |
We're aiming to work towards an examples/bgpd.conf file that is a good starting point for real world deployments rather than a showcase of all capabilities bgpd(8) has. OK deraadt@ claudio@ | |||
2018-08-07 | Similar to the ldpd.conf change don't use a macro of the secret. | Claudio Jeker | |
Macros get sometimes logged so we should not encurage to use them for sensitive data. | |||
2018-08-06 | Correct example file since reserved words cannot be used as macros. Not only | Ricardo Mestre | |
that, the macro used was password and if we changed it to something like pass="secret" it would log it if the daemon was ran in verbose mode. Hint and OK claudio@ | |||
2018-07-25 | s/resolver/nameserver/ to match parse.y -r1.4 | Jasper Lievisse Adriaanse | |
2018-07-24 | add rad.conf example | Jasper Lievisse Adriaanse | |
ok florian@ | |||
2018-07-10 | we were refering to 10k states by default here as well, pt out by claudio | Henning Brauer | |
2018-06-21 | Add 6to4 anycast prefixes to bogon filter | job | |
Globally anycasted 6to4 has outlived its usefulness. Operational discussion: http://seclists.org/nanog/2018/Jun/268 OK deraadt@ | |||
2018-06-13 | Rename httpd.conf "root strip" option to "request strip". | Reyk Floeter | |
"root strip" was semantically incorrect and did cause some confusion as it never stripped the root but the client's request path. Discussed with many. Heads up: this is a grammar change that also affects acme-client(1) configurations (see current.html). OK claudio@ | |||
2018-06-13 | Adjust example after the announce (all|self|...) change. | Claudio Jeker | |
Adjust filters and comment them to explain the basic operation. Use large-community and a prefix-set to ensure no bad prefixes are leaked to eBGP speakers. With and OK job@ | |||
2018-05-06 | don't put options in here that should not be needed in the majority of | Sebastian Benoit | |
cases and will just be copied by users without thinking. ok claudio@ | |||
2018-04-11 | "listen on * port 80" means all v4 and v6 addresses these days. | Florian Obser | |
OK benno | |||
2018-03-23 | Provide an example httpd.conf that's actually useful. | Florian Obser | |
With & OK deraadt input sthen looks better to beck OK benno | |||
2018-03-23 | Since a while relayd switched from the TLS session cache to using only TLS | Claudio Jeker | |
session tickets instead. Adjust example relayd.conf file. From Matt Schwartz, reminded by jmc@ OK deraadt@ | |||
2018-01-20 | Provide a simpler example ifstated.conf. | Marco Pfatschbacher | |
The existing example was written over a decade ago, when carp(4) was not supporting carpdemote and did not track it's interfaces link state itself. OK jmc@, rob@ | |||
2017-11-29 | Document NAT and DNS forwarding rules for vmd(8) | Mike Larkin | |
discussed at length with benno, beck, deraadt, and florian | |||
2017-11-11 | update switch handling in vmd(8). vmd now gets switch information (rdomain, | Mike Larkin | |
etc) from underlying switch interface instead of handling this on its own. Diff from carlos cardenas, Thanks! ok reyk@ | |||
2017-10-16 | Remove stray, pointless and potentially confusing line. | Kenneth R Westerback | |
2017-09-29 | SPI values 0-255 are reserved, so change the example to use a valid one. | Peter Hessler | |
fixes parsing of the example configuration OK benno@ | |||
2017-09-22 | fix the example neighbor configurations | Peter Hessler | |
noticed by Alex Holst OK henning@ | |||
2017-08-12 | Add manpage update for new grouping feature '{from,to} {i,e}bgp' | job | |
OK phessler@ | |||
2017-07-04 | Add GRACEFUL_SHUTDOWN example to bgpd.conf | job | |
OK phessler@ |