-
Notifications
You must be signed in to change notification settings - Fork 3
/
fritzident.8
70 lines (70 loc) · 2.35 KB
/
fritzident.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.\" Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2013 Nils Naumann <[email protected]>,
.\"
.TH FRITZIDENT "Mai 22, 2015"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
fritzident \- parental control for Fritz!Box
.SH SYNOPSIS
.B fritzident
.RI [ options ]
.br
.SH DESCRIPTION
This manual page documents briefly the
.B fritzident
daemon.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBfritzident\fP is a program that eneabeling the parental control function of
the AVM Fritz!Box. It mimics the standard AVM Windows application that allows
the Fritz!Box to recognize individual users connecting to the internet.
.br
This application is supposed to run under control of inetd or systemd.
.SH Internal working
At startup, fritzident sends out a prompt message, then waits for a single
command, and sends the response. The prompt message is "AVM IDENT", and is
required for the Fritz!Box to recognize the agent.
.PP
Recognized commands:
.IP USERS
return a list of known users.
.IP "TCP ip:port"
return the name of the user for the specified local TCP port.
.IP "UDP ip:port"
idem, but for UDP ports.
.PP
The prompt, as well as all replies, are terminated by a CR & NL (ASC 13 + ASC
10). Commands are recognized with either CR & NL or just NL line termination.
This allows fritzident to be tested interactively.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long options
starting with two dashes (`-'). A summary of options is included below.
.TP
.B \-d, \-\-domain
fake a Windows domain.
.TP
.B \-?, \-\-help
display help and exit.
.SH COPYRIGHT
Copyright \(co 2013 Andre Larbiere <[email protected]>
.br
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
.SH SEE ALSO
.BR inetd (8).
.br