Re: some strange proxy results
Andy Smith <[email protected]>
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Mar 16, 2005 at 06:37:27AM -0800, ongeboren wrote:
> Is suppose setting up some kind of echo daemon would
> really be the right solution. If I write it from
> scratch, will I reinvent something existing?
$ cat /usr/local/etc/xinetd.d/opm
# default: on
# description: banned for OPM proxy detection
service unlisted
{
type = UNLISTED
port = 16667
disable = no
socket_type = stream
wait = no
user = opm
server = /bin/echo
server_args = --->this is your new target string<---
log_on_success =
log_on_failure = HOST
cps = 10000 5
}
$ telnet localhost 16667
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
--->this is your new target string<---
Connection closed by foreign host.
--
Andy Smith -- Occasional BOPM Developer And Support Monkey. Please copy
all BOPM support queries to the BOPM list, _not_ just directly to me!
If I've helped you with BOPM then please check my wishlist!
http://www.amazon.co.uk/exec/obidos/registry/23IJ4U7N4J3X9
signature.asc
(application/pgp-signature, 187 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCOEbUIJm2TL8VSQsRAm65AKClHvZPha0dOjDwInjpJqIN2PhVswCgkSDG QrKH/JCQlH65LSRMzfMcRkI= =/lsP -----END PGP SIGNATURE-----