update docs, add streaming library to checklist
This commit is contained in:
8
Makefile
8
Makefile
@@ -113,8 +113,14 @@ gendoc:
|
|||||||
example-config:
|
example-config:
|
||||||
@echo "example config - valid for both ephsite and samcat" >> USAGE.md
|
@echo "example config - valid for both ephsite and samcat" >> USAGE.md
|
||||||
@echo "==================================================" >> USAGE.md
|
@echo "==================================================" >> USAGE.md
|
||||||
|
@echo "Options are still being added, pretty much as fast as I can put them" >> USAGE.md
|
||||||
|
@echo "in. For up-to-the-minute options, see [the checklist](config/CHECKLIST.md)" >> USAGE.md
|
||||||
@echo "" >> USAGE.md
|
@echo "" >> USAGE.md
|
||||||
@echo "(ephsite will only use top-level options)" >> USAGE.md
|
@echo "(ephsite will only use top-level options, but they can be labeled or" >> USAGE.md
|
||||||
|
@echo "unlabeled)" >> USAGE.md
|
||||||
|
@echo "(samcatd treats the first set of options it sees as the default, and" >> USAGE.md
|
||||||
|
@echo "does not start tunnels based on unlabeled options unless passed the" >> USAGE.md
|
||||||
|
@echo "-s flag.)" >> USAGE.md
|
||||||
@echo "" >> USAGE.md
|
@echo "" >> USAGE.md
|
||||||
@echo '```' >> USAGE.md
|
@echo '```' >> USAGE.md
|
||||||
cat etc/sam-forwarder/tunnels.ini >> USAGE.md
|
cat etc/sam-forwarder/tunnels.ini >> USAGE.md
|
||||||
|
@@ -75,12 +75,12 @@ I'm eventually going to make the manager implement net.Conn. This won't be
|
|||||||
exposed in the default application probably though, but rather as a library.
|
exposed in the default application probably though, but rather as a library.
|
||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iQEzBAEBCAAdFiEEcNIGBzi++AUjrK/311wDs5teFOEFAlubPtAACgkQ11wDs5te
|
iQEzBAEBCAAdFiEEcNIGBzi++AUjrK/311wDs5teFOEFAlubQPYACgkQ11wDs5te
|
||||||
FOEbIQf/SkKfTiBHltlwRjdm20y+lP6TI3WpntK/jFREXa5cwOVGXI5HjpWs9Me7
|
FOGFvAf9GNiZzx2UsgRLoleOJDcS3oOyJJYkUcQZaCg2d+tuap5BPMnPAbB/xtAr
|
||||||
4227XWlVbT63TTcbBOU+4Z0YDKJ5pJDE0o2HJgBR7sS8GuDivHqNnI+QEBPIYPnr
|
6jKy/oKyDlh4PaFsYcX9wzc452A9o3FF/k2jdVE72G+/u9BppMOhv/zCyQP0fu88
|
||||||
83ec1HsjaK5MarKlQyu3SI7muySOk08CkpFx5KgZX8AsBxhmEOwUpentOgmAG4Os
|
LpJk0QM344l8JXZiA9gDoFcDDEalBzmKK55aOfeOeqTkNggtmdL8f4QQGg0wN2JL
|
||||||
OCLFUWrMSojv6iDeq4BpOgbfJc0vKNMJZACgCQoGNQGSpSNnE1xBhVXZIecM3lmw
|
CvgMjjhv7hTNKEqsUskUU3vW89wK/W+ycyg2n261diDBRPqO2nR0WrcowDxc956E
|
||||||
95ltEqQMb9FXFLy/QFbkG1I2hCXyAeNxA0MX+33MtVR3y6Zj1qHUEs5zIoi4aKnb
|
aUnOATKPgwNscrukbIVCb8OnQj+3VeUjh1rbi5vnZTiB9TdT2EfWKuTWqHlc2vFn
|
||||||
NbL85wNCFoDkVxmak+N7RjHy48Q51Q==
|
QTsRkFss02kkg4y0osMuzAG2V0EyZg==
|
||||||
=QYge
|
=uv2c
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
8
USAGE.md
8
USAGE.md
@@ -160,8 +160,14 @@ Usage of ./bin/samcatd:
|
|||||||
|
|
||||||
example config - valid for both ephsite and samcat
|
example config - valid for both ephsite and samcat
|
||||||
==================================================
|
==================================================
|
||||||
|
Options are still being added, pretty much as fast as I can put them
|
||||||
|
in. For up-to-the-minute options, see [the checklist](config/CHECKLIST.md)
|
||||||
|
|
||||||
(ephsite will only use top-level options)
|
(ephsite will only use top-level options, but they can be labeled or
|
||||||
|
unlabeled)
|
||||||
|
(samcatd treats the first set of options it sees as the default, and
|
||||||
|
does not start tunnels based on unlabeled options unless passed the
|
||||||
|
-s flag.)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user