summaryrefslogtreecommitdiffstats
path: root/etc/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The ospf6d manpage states that the daemon laks support for multi arearemi2021-03-271-7/+2
| | | | | | | | configurations. Fix the example config to only use one area instead of two. Issue brought up and OK danj@ claudio@ doesn't mind
* Add mouse.tp.tapping example.bru2021-03-241-1/+3
| | | | ok kn@
* Improve the last commentdanj2021-02-021-4/+4
| | | | | | | Remove a trailing white space, don't misspell misconfiguration and use https. ok jmc, claudio
* Back out last commit.denis2020-11-041-3/+3
| | | | Some devs are not convinced.
* acme response challenge location to issue better error codedenis2020-11-021-3/+3
| | | | | | Notified to me by jmc@ Diff by Matthias Pressfreund <mpfr @ fn de>, thanks
* Add a bsd.schema line to the example ldapd.conftb2020-09-191-1/+2
| | | | from reyk
* tab vs. spaces; from navan AT airpost.net, thanks!florian2020-09-171-7/+7
|
* We need to be able to provide contact information to use theflorian2020-09-141-1/+13
| | | | | | buypass.com acme api. From Bartosz Kuzma (bartosz.kuzma AT release11.com), thanks! OK beck, deraadt
* Add an example file so login_ldap.conf maybe becomes a little moremartijn2020-09-121-0/+8
| | | | | | intelligible. OK bluhm@
* Fix two places where carp backup state is misspelled in comments.benno2020-06-301-2/+2
| | | | ok claudio@
* Change install images called *.fs to *.img. These are UFS filesystem images,deraadt2020-05-171-2/+2
| | | | | | | | 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
* less ugly upstream namesderaadt2020-05-081-4/+4
|
* "local-address" can be specified for both address families now, sosthen2020-04-231-9/+6
| | | | no more need for separate v4/v6 groups. ok claudio@
* Remove trailing backslasheskn2020-02-161-4/+4
| | | | | | | "prefix-set" blocks work with line breaks just fine, probably old macro leftover. OK job claudio
* Fix comment: vmctl command options come before argumentskn2019-12-141-2/+2
|
* Tweak rpki-client to create all 4 output file formats from a singlederaadt2019-11-301-2/+2
| | | | | | | 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
* Import /var/db/rpki-client/roa and filterderaadt2019-11-291-1/+6
| | | | discussed at length with claudio and benno
* Nuke http captive portal detection; something better is coming.florian2019-11-271-35/+0
| | | | OK otto
* change the nmea sensor to "trusted"deraadt2019-11-111-2/+2
|
* update ntpd example configurationderaadt2019-11-111-2/+7
|
* Correct sysctl section is 2solene2019-09-181-2/+2
| | | | ok jmc millert
* Switch to v02 api url.florian2019-06-071-3/+3
|
* Update radiusd.conf(5) man page and its example to recommend toyasuoka2019-04-011-8/+8
| | | | | surround words with double quote. Also fix a bug in the man page that module argument was missing for "module set".
* Add an example unwind.conf.florian2019-02-051-0/+35
| | | | | | | | | 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
* Move acme-client.conf to examples. Since we no longer store theflorian2019-01-081-0/+19
| | | | | agreement url in here we no longer need to updated it all the time. OK deraadt
* make the bogon set competely or-longer, rather than having to manage itderaadt2018-11-171-28/+27
| | | | | or-longer at useage time. ok job benno
* Adjust the config to -current bgpd which makes it a lot more readable.claudio2018-09-101-22/+38
| | | | OK phessler@
* update example bgpd.conf to use new config language features:benno2018-09-091-14/+6
| | | | | network prefix-set ... and filters with prefix-set ... or-longer. ok claudio@
* Remove optional commas from example config. In the future these optionalclaudio2018-09-081-13/+13
| | | | commas may become a syntax error.
* Unclutter bgpd.conf example config filejob2018-08-281-135/+93
| | | | | | | | 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@
* Similar to the ldpd.conf change don't use a macro of the secret.claudio2018-08-071-5/+5
| | | | | Macros get sometimes logged so we should not encurage to use them for sensitive data.
* Correct example file since reserved words cannot be used as macros. Not onlymestre2018-08-061-4/+4
| | | | | | | 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@
* s/resolver/nameserver/ to match parse.y -r1.4jasper2018-07-251-2/+2
|
* add rad.conf examplejasper2018-07-241-0/+14
| | | | ok florian@
* we were refering to 10k states by default here as well, pt out by claudiohenning2018-07-101-3/+3
|
* Add 6to4 anycast prefixes to bogon filterjob2018-06-211-1/+3
| | | | | | | Globally anycasted 6to4 has outlived its usefulness. Operational discussion: http://seclists.org/nanog/2018/Jun/268 OK deraadt@
* Rename httpd.conf "root strip" option to "request strip".reyk2018-06-131-3/+3
| | | | | | | | | | "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@
* Adjust example after the announce (all|self|...) change.claudio2018-06-131-13/+28
| | | | | | | 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@
* don't put options in here that should not be needed in the majority ofbenno2018-05-061-3/+3
| | | | | cases and will just be copied by users without thinking. ok claudio@
* "listen on * port 80" means all v4 and v6 addresses these days.florian2018-04-111-3/+1
| | | | OK benno
* Provide an example httpd.conf that's actually useful.florian2018-03-231-74/+22
| | | | | | | With & OK deraadt input sthen looks better to beck OK benno
* Since a while relayd switched from the TLS session cache to using only TLSclaudio2018-03-231-2/+2
| | | | | session tickets instead. Adjust example relayd.conf file. From Matt Schwartz, reminded by jmc@ OK deraadt@
* Provide a simpler example ifstated.conf.mpf2018-01-201-61/+41
| | | | | | 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@
* Document NAT and DNS forwarding rules for vmd(8)mlarkin2017-11-291-1/+6
| | | | discussed at length with benno, beck, deraadt, and florian
* update switch handling in vmd(8). vmd now gets switch information (rdomain,mlarkin2017-11-111-6/+5
| | | | | | | | | etc) from underlying switch interface instead of handling this on its own. Diff from carlos cardenas, Thanks! ok reyk@
* Remove stray, pointless and potentially confusing line.krw2017-10-161-2/+1
|
* SPI values 0-255 are reserved, so change the example to use a valid one.phessler2017-09-291-3/+3
| | | | | | fixes parsing of the example configuration OK benno@
* fix the example neighbor configurationsphessler2017-09-221-1/+3
| | | | | | noticed by Alex Holst OK henning@
* Add manpage update for new grouping feature '{from,to} {i,e}bgp'job2017-08-121-2/+10
| | | | OK phessler@
* Add GRACEFUL_SHUTDOWN example to bgpd.confjob2017-07-041-1/+5
| | | | OK phessler@