update readme again, start PACKAGECONF.md
This commit is contained in:
23
README.md
23
README.md
@ -22,15 +22,28 @@ and it will be in the folder ./bin/
|
||||
|
||||
[](https://travis-ci.org/eyedeekay/sam-forwarder)
|
||||
|
||||
## [usage/configuration](docs/USAGE.md)
|
||||
## Usage:
|
||||
|
||||
There are a number of ways to use sam-forwarder:
|
||||
|
||||
### [usage/configuration](docs/USAGE.md) as an application(Start here for samcatd)
|
||||
|
||||
### [embedding](docs/EMBEDDING.md) in other applications
|
||||
|
||||
### [encapsulate](docs/PACKAGECONF.md) configuration for i2p-enabled packages
|
||||
|
||||
## binaries
|
||||
|
||||
Two binaries are produced by this repo. The first, ephsite, is only capable
|
||||
of running one tunnel at a time. The second, samcatd, is more advanced. It can
|
||||
start multiple tunnels with their own settings, or be used to start tunnels on
|
||||
the fly like ephsite by passing the -s option. Eventually I'm probably just
|
||||
going to use this to configure all of my tunnels.
|
||||
of running one tunnel at a time and doesn't have VPN support. I'm only updating
|
||||
it to make sure that the embeddable interface in existing applications doesn't
|
||||
change. It will go away and be replaced with a wrapper to translate it to
|
||||
'samcatd -s' commands whenever I complete [docs/CHECKLIST.md](docs/CHECKLIST.md).
|
||||
|
||||
The second, samcatd, is more advanced. It can start multiple tunnels with their
|
||||
own settings, or be used to start tunnels on the fly like ephsite by passing the
|
||||
-s option. Eventually I'm probably just going to use this to configure all of my
|
||||
tunnels.
|
||||
|
||||
Current limitations:
|
||||
====================
|
||||
|
@ -25,15 +25,28 @@ and it will be in the folder ./bin/
|
||||
|
||||
[](https://travis-ci.org/eyedeekay/sam-forwarder)
|
||||
|
||||
## [usage/configuration](docs/USAGE.md)
|
||||
## Usage:
|
||||
|
||||
There are a number of ways to use sam-forwarder:
|
||||
|
||||
### [usage/configuration](docs/USAGE.md) as an application(Start here for samcatd)
|
||||
|
||||
### [embedding](docs/EMBEDDING.md) in other applications
|
||||
|
||||
### [encapsulate](docs/PACKAGECONF.md) configuration for i2p-enabled packages
|
||||
|
||||
## binaries
|
||||
|
||||
Two binaries are produced by this repo. The first, ephsite, is only capable
|
||||
of running one tunnel at a time. The second, samcatd, is more advanced. It can
|
||||
start multiple tunnels with their own settings, or be used to start tunnels on
|
||||
the fly like ephsite by passing the -s option. Eventually I'm probably just
|
||||
going to use this to configure all of my tunnels.
|
||||
of running one tunnel at a time and doesn't have VPN support. I'm only updating
|
||||
it to make sure that the embeddable interface in existing applications doesn't
|
||||
change. It will go away and be replaced with a wrapper to translate it to
|
||||
'samcatd -s' commands whenever I complete [docs/CHECKLIST.md](docs/CHECKLIST.md).
|
||||
|
||||
The second, samcatd, is more advanced. It can start multiple tunnels with their
|
||||
own settings, or be used to start tunnels on the fly like ephsite by passing the
|
||||
- -s option. Eventually I'm probably just going to use this to configure all of my
|
||||
tunnels.
|
||||
|
||||
Current limitations:
|
||||
====================
|
||||
@ -103,12 +116,12 @@ Donate
|
||||
BTC:159M8MEUwhTzE9RXmcZxtigKaEjgfwRbHt
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAEBCAAdFiEEcNIGBzi++AUjrK/311wDs5teFOEFAlwGpYIACgkQ11wDs5te
|
||||
FOFW+AgAhemc3zMLe+d93oipWgrYgxtCpu1t2yQgz0zOF5tfAlyjSLzbf7daDrXo
|
||||
1J5vkYg5HYV6Y6WVEbPEW2sT7hXcsLydUgdiUYDUYKZxw6Jz+WrOjnydqcSp8DMl
|
||||
4qEfHnDWH3soou1XWVkIHdrZ1jcmnukIYOcdR1Rrcucajd2FuJYSlVY/lyQwpd0L
|
||||
3PuPY1QKjwvUmPSVCqyJDIkHebV+upxS8Vej6ifBh/odmZag7VmBeNmyEiZZ9vH2
|
||||
Uti51jUcypSUPC3MnbTvwpgrQW2DQDNUDS9agfDjdrY//gS7oL5rV6ka5t9ZFDOa
|
||||
yH8bbmvesEyDAjuOPmO1sl/NIVFGOA==
|
||||
=0DWU
|
||||
iQEzBAEBCAAdFiEEcNIGBzi++AUjrK/311wDs5teFOEFAlwGr7EACgkQ11wDs5te
|
||||
FOFwMAf/dgup5p7BXy5pbqoSYIwPUrs+tK6eGiYd4aCs4a1xdJNRr+jNcw3zUmFx
|
||||
Y/Qzrlcgy4DlYroGKPWAPuQ5XKRpWaARy59jZt43ZZ+d8R0jvYlyQQaJcUlmPAl8
|
||||
SEQxw3DBP+ovAS+CTjmNRBAIfga+DLEpczgU/Z3TAmRdIN/Ibw7P+X4x+vQrW7lD
|
||||
f3G8o8W7ESRs4x6JD/7DbJ2fUa3cqvgAzJGESb/IwMUQX094qc7rUXDJti6xBtc/
|
||||
yh2OfCdHr+YVEHe/uA3DRROBriTUJ5kVlNta7fulNit8cZMhuEAdaID6ka0OLM4n
|
||||
guowmm9mjPnPfLL53LaeC4TVEmn7Zg==
|
||||
=8gZU
|
||||
-----END PGP SIGNATURE-----
|
||||
|
3
docs/PACKAGECONF.md
Normal file
3
docs/PACKAGECONF.md
Normal file
@ -0,0 +1,3 @@
|
||||
Encapsulating and Packaging Application Configuration with samcatd
|
||||
==================================================================
|
||||
|
Reference in New Issue
Block a user