David Schadlich
74ed31711c
Add support for defining pid file as a command line argument
...
Signed-off-by: David Schadlich <dschadlich@gmail.com>
2021-01-28 19:26:21 -05:00
Heikki Hannikainen
bc1548445b
systemd services: Enable config reload with SIGUSR1
2020-09-06 21:25:24 +03:00
Heikki Hannikainen
baa8d9ca62
status: reimplement MOTD display
2016-08-04 09:42:30 +03:00
Sebastien Chaumontet
137af2a512
New rewording
...
I haven't add line numbers because it may confuse to be or not in the real ACL file.
2015-09-16 21:58:16 +02:00
Sebastien Chaumontet
c4f11664d9
IPv6 is also denied by default in ACL file. Reword some sentences to be more explicit.
2015-09-14 23:17:30 +02:00
Heikki Hannikainen
f57fe143b7
clarify examples in doc
2015-09-06 13:31:40 +03:00
Heikki Hannikainen
354382e3d2
Document default rejects and drops
2015-09-06 13:29:52 +03:00
Heikki Hannikainen
0bd3b71fc3
Document DisallowLoginCall and DisallowSourceCall
2015-09-06 12:46:47 +03:00
Heikki Hannikainen
6593b37510
fix typo in CONFIGURATION.md
2015-08-31 00:17:23 +03:00
Heikki Hannikainen
f3b62c3fd2
CONFIGURATION doc: indicate when passcode is needed
2013-12-22 09:53:39 +02:00
Heikki Hannikainen
f006603965
Further Windows documentation
2013-03-03 23:37:25 +02:00
Heikki Hannikainen
db302c43f7
doc: don't use html tags in doc...
2012-11-10 12:43:43 +02:00
Heikki Hannikainen
17cb51a8ee
doc: a little clarification for motd.html
2012-11-10 12:42:20 +02:00
Heikki Hannikainen
0724e2c5f6
web: Support for MOTD on the status page
2012-11-10 12:36:10 +02:00
Heikki Hannikainen
c51b72e350
web: HTTPStatusOptions ShowEmail=1 implemented
...
More generally: pass a status options strings in JSON to the web
JS, parse it there, and implemented a ShowEmail option to render
admin's email address in HTML.
2012-10-26 09:17:29 +03:00
Heikki Hannikainen
465a98c275
CONFIGURATION: fix doc to use igate Listener for filtered ports
2012-10-22 00:46:39 +03:00
Heikki Hannikainen
75ed111a75
config doc: fix note about reconfiguration in acl doc
2012-10-18 07:28:03 +03:00
Heikki Hannikainen
0da59c9f8a
further styling for reconfig doc
2012-10-18 00:09:35 +03:00
Heikki Hannikainen
b32bafbde6
A couple of additional notes for reconfig docs
2012-10-18 00:08:22 +03:00
Heikki Hannikainen
921dde131b
CONFIGURATION doc: document on-line reconfiguration
2012-10-18 00:04:42 +03:00
Heikki Hannikainen
80aa840605
Fix configuration example and document to point out that the
...
predefined filter option only works with igate ports.
2012-10-17 23:36:25 +03:00
Heikki Hannikainen
81cb9efe10
Added -y command line option to try out configuration parsing.
...
Reports errors (if any) and exits with error code 1 if config
seems bad. Otherwise, exit with code 0.
Useful for validating your configuration before restarting aprsc.
2012-10-17 00:28:36 +03:00
Heikki Hannikainen
905cdfff26
Implemented a global MaxClients setting (default 500).
...
Limits the total amount of logged-in clients, not counting
peers or uplinks, and UDP clients are only included once for the
TCP/SCTP control connection.
Added check for MaxClients being < FileLimit - 50, so that file
descriptors are reserved for Uplinks and file IO.
2012-10-10 10:10:56 +03:00
Heikki Hannikainen
ad126901da
Documentation: added doc/TIPS.md for documenting tips and tricks
...
starting with the destination NAT trick to provide access on
privileged low TCP ports. Document the low port non-root
restriction in CONFIGURATION.md.
2012-10-03 22:20:50 +03:00
Heikki Hannikainen
d9a45bc93e
adjust CONFIGURATION doc to say CentOS/Fedora
2012-10-01 21:32:57 +03:00
Heikki Hannikainen
da465f6677
Update INSTALLING & CONFIGURATION documents to contain CentOS things
2012-10-01 19:01:12 +03:00
Heikki Hannikainen
f3622a77d3
doc/CONFIGURATION: document FileLimit restriction, basic
...
config file format, chroot.
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@840 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2012-09-10 19:56:59 +00:00
Heikki Hannikainen
74b7177ab1
Update documentation and example config due to libevent's use of
...
hints.ai_flags = EVUTIL_AI_PASSIVE|EVUTIL_AI_ADDRCONFIG;
:: won't for HTTP listening if there is no global IPv6 address
configured.
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@836 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2012-09-10 04:12:19 +00:00
Heikki Hannikainen
373344fc24
+ ACL file documentation
...
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@797 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2012-09-01 22:33:05 +00:00
Heikki Hannikainen
ef90a847a0
More configuration documentation
...
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@795 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2012-09-01 18:35:14 +00:00
Heikki Hannikainen
87a952fb1e
more configuration documentation
...
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@776 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2012-08-31 13:19:52 +00:00
Heikki Hannikainen
2dc827c5be
Documentation additions
...
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@775 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2012-08-31 10:05:45 +00:00
Heikki Hannikainen
3c2bf608b9
Documentation, more documentation.
...
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@638 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2012-08-15 06:56:29 +00:00