File: rm-prebuilt-manpages.patch

package info (click to toggle)
flashproxy 1.7-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 936 kB
  • ctags: 876
  • sloc: python: 3,708; sh: 823; makefile: 246; lisp: 15
file content (525 lines) | stat: -rw-r--r-- 17,354 bytes parent folder | download | duplicates (2)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
Description: Remove pre-built manpages, so they are re-built from source
Author: Ximin Luo <infinity0@pwned.gg>
Origin: vendor
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/flashproxy-client.1
+++ /dev/null
@@ -1,154 +0,0 @@
-'\" t
-.\"     Title: flashproxy-client
-.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/07/2014
-.\"    Manual: \ \&
-.\"    Source: \ \&
-.\"  Language: English
-.\"
-.TH "FLASHPROXY\-CLIENT" "1" "05/07/2014" "\ \&" "\ \&"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-flashproxy-client \- The flash proxy client transport plugin
-.SH "SYNOPSIS"
-.sp
-\fBflashproxy\-client\fR \fB\-\-register\fR [\fIOPTIONS\fR] [\fILOCAL\fR][:\fIPORT\fR] [\fIREMOTE\fR][:\fIPORT\fR]
-.SH "DESCRIPTION"
-.sp
-Wait for connections on a local and a remote port\&. When any pair of connections exists, data is ferried between them until one side is closed\&. By default \fILOCAL\fR is localhost addresses on port 9001 and \fIREMOTE\fR is all addresses on port 9000\&.
-.sp
-The local connection acts as a SOCKS4a proxy, but the host and port in the SOCKS request are ignored and the local connection is always linked to a remote connection\&.
-.sp
-By default, runs as a managed proxy: informs a parent Tor process of support for the "flashproxy" or "websocket" pluggable transport\&. In managed mode, the \fILOCAL\fR port is chosen arbitrarily instead of defaulting to 9001; however this can be overridden by including a \fILOCAL\fR port in the command\&. This is the way the program should be invoked in a torrc ClientTransportPlugin "exec" line\&. Use the \fB\-\-external\fR option to run as an external proxy that does not interact with Tor\&.
-.sp
-If any of the \fB\-\-register\fR, \fB\-\-register\-addr\fR, or \fB\-\-register\-methods\fR options are used, then your IP address will be sent to the facilitator so that proxies can connect to you\&. You need to register in some way in order to get any service\&. The \fB\-\-facilitator\fR option allows controlling which facilitator is used; if omitted, it uses a public default\&.
-.SH "OPTIONS"
-.PP
-\fB\-4\fR
-.RS 4
-Registration helpers use IPv4\&.
-.RE
-.PP
-\fB\-6\fR
-.RS 4
-Registration helpers use IPv6\&.
-.RE
-.PP
-\fB\-\-daemon\fR
-.RS 4
-Daemonize (Unix only)\&.
-.RE
-.PP
-\fB\-\-external\fR
-.RS 4
-Be an external proxy (don\(cqt interact with Tor using environment variables and stdout)\&.
-.RE
-.PP
-\fB\-f\fR, \fB\-\-facilitator\fR=\fIURL\fR
-.RS 4
-Advertise willingness to receive connections to URL\&.
-.RE
-.PP
-\fB\-\-facilitator\-pubkey\fR=\fIFILENAME\fR
-.RS 4
-Encrypt registrations to the given PEM\-formatted public key (default built\-in)\&.
-.RE
-.PP
-\fB\-h\fR, \fB\-\-help\fR
-.RS 4
-Display a help message and exit\&.
-.RE
-.PP
-\fB\-l\fR, \fB\-\-log\fR=\fIFILENAME\fR
-.RS 4
-Write log to
-\fIFILENAME\fR
-(default is stdout)\&.
-.RE
-.PP
-\fB\-\-pidfile\fR=\fIFILENAME\fR
-.RS 4
-Write PID to
-\fIFILENAME\fR
-after daemonizing\&.
-.RE
-.PP
-\fB\-\-port\-forwarding\fR
-.RS 4
-Attempt to forward
-\fIREMOTE\fR
-port\&.
-.RE
-.PP
-\fB\-\-port\-forwarding\-helper\fR=\fIPROGRAM\fR
-.RS 4
-Use the given
-\fIPROGRAM\fR
-to forward ports (default "tor\-fw\-helper")\&. Implies
-\fB\-\-port\-forwarding\fR\&.
-.RE
-.PP
-\fB\-\-port\-forwarding\-external\fR=\fIPORT\fR
-.RS 4
-Forward the external
-\fIPORT\fR
-to
-\fIREMOTE\fR
-on the local host (default same as REMOTE)\&. Implies
-\fB\-\-port\-forwarding\fR\&.
-.RE
-.PP
-\fB\-r\fR, \fB\-\-register\fR
-.RS 4
-Register with the facilitator\&.
-.RE
-.PP
-\fB\-\-register\-addr\fR=\fIADDR\fR
-.RS 4
-Register the given address (in case it differs from
-\fIREMOTE\fR)\&. Implies
-\fB\-\-register\fR\&.
-.RE
-.PP
-\fB\-\-register\-methods\fR=\fIMETHOD\fR[,\fIMETHOD\fR]
-.RS 4
-Register using the given comma\-separated list of methods\&. Implies
-\fB\-\-register\fR\&. Possible methods are: appspot, email, http\&. Default is "appspot,email,http"\&.
-.RE
-.PP
-\fB\-\-transport\fR=\fITRANSPORT\fR
-.RS 4
-Registrations include the fact that you intend to use the given
-\fITRANSPORT\fR
-(default "websocket")\&.
-.RE
-.PP
-\fB\-\-unsafe\-logging\fR
-.RS 4
-Don\(cqt scrub IP addresses from logs\&.
-.RE
-.SH "SEE ALSO"
-.sp
-\fBhttp://crypto\&.stanford\&.edu/flashproxy/\fR
-.SH "BUGS"
-.sp
-Please report using \fBhttps://trac\&.torproject\&.org/projects/tor\fR\&.
--- a/doc/flashproxy-reg-appspot.1
+++ /dev/null
@@ -1,85 +0,0 @@
-'\" t
-.\"     Title: flashproxy-reg-appspot
-.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/07/2014
-.\"    Manual: \ \&
-.\"    Source: \ \&
-.\"  Language: English
-.\"
-.TH "FLASHPROXY\-REG\-APPSPOT" "1" "05/07/2014" "\ \&" "\ \&"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-flashproxy-reg-appspot \- Register with a facilitator through Google App Engine\&.
-.SH "SYNOPSIS"
-.sp
-\fBflashproxy\-reg\-appspot\fR [\fIOPTIONS\fR] [\fIREMOTE\fR][:\fIPORT\fR]
-.SH "DESCRIPTION"
-.sp
-Register with a flash proxy facilitator through a Google App Engine app\&. By default the remote address registered is ":9000" (the external IP address is guessed)\&. It requires https://www\&.google\&.com/ not to be blocked\&.
-.sp
-This program uses a trick to talk to App Engine, even though appspot\&.com may be blocked\&. The IP address and Server Name Indication of the request are for www\&.google\&.com, but the Host header inside the request is for an appspot\&.com subdomain\&.
-.sp
-Requires the \fBflashproxy\-reg\-url\fR program\&.
-.SH "OPTIONS"
-.PP
-\fB\-4\fR
-.RS 4
-Name lookups use only IPv4\&.
-.RE
-.PP
-\fB\-6\fR
-.RS 4
-Name lookups use only IPv6\&.
-.RE
-.PP
-\fB\-\-disable\-pin\fR
-.RS 4
-Don\(cqt check the server\(cqs public key against a list of known pins\&. You can use this if the server\(cqs public key has changed and this program hasn\(cqt been updated yet\&.
-.RE
-.PP
-\fB\-\-facilitator\-pubkey\fR=\fIFILENAME\fR
-.RS 4
-Encrypt registrations to the given PEM\-formatted public key (default built\-in)\&.
-.RE
-.PP
-\fB\-h\fR, \fB\-\-help\fR
-.RS 4
-Display help message and exit\&.
-.RE
-.PP
-\fB\-\-transport\fR=\fITRANSPORT\fR
-.RS 4
-Registrations include the fact that you intend to use the given
-\fITRANSPORT\fR
-(default "websocket")\&.
-.RE
-.PP
-\fB\-\-unsafe\-logging\fR
-.RS 4
-Don\(cqt scrub IP addresses from logs\&.
-.RE
-.SH "SEE ALSO"
-.sp
-\fBhttp://crypto\&.stanford\&.edu/flashproxy/\fR
-.SH "BUGS"
-.sp
-Please report using \fBhttps://trac\&.torproject\&.org/projects/tor\fR\&.
--- a/doc/flashproxy-reg-email.1
+++ /dev/null
@@ -1,104 +0,0 @@
-'\" t
-.\"     Title: flashproxy-reg-email
-.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/07/2014
-.\"    Manual: \ \&
-.\"    Source: \ \&
-.\"  Language: English
-.\"
-.TH "FLASHPROXY\-REG\-EMAIL" "1" "05/07/2014" "\ \&" "\ \&"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-flashproxy-reg-email \- Register with a facilitator using the email method
-.SH "SYNOPSIS"
-.sp
-\fBflashproxy\-reg\-email\fR [\fIOPTIONS\fR] [\fIREMOTE\fR][:\fIPORT\fR]
-.SH "DESCRIPTION"
-.sp
-Register with a flash proxy facilitator through email\&. Makes a STARTTLS connection to an SMTP server and sends mail with a client IP address to a designated address\&. By default the remote address registered is ":9000" (the external IP address is guessed based on the SMTP server\(cqs response)\&.
-.sp
-Using an SMTP server or email address other than the defaults will not work unless you have made special arrangements to connect them to a facilitator\&.
-.sp
-The email address is not polled continually\&. After running the program, it may take up to a minute for the registration to be recognized\&.
-.sp
-This program requires the M2Crypto library for Python\&.
-.SH "OPTIONS"
-.PP
-\fB\-4\fR
-.RS 4
-Name lookups use only IPv4\&.
-.RE
-.PP
-\fB\-6\fR
-.RS 4
-Name lookups use only IPv6\&.
-.RE
-.PP
-\fB\-d\fR, \fB\-\-debug\fR
-.RS 4
-Enable debugging output (Python smtplib messages)\&.
-.RE
-.PP
-\fB\-\-disable\-pin\fR
-.RS 4
-Don\(cqt check the server\(cqs public key against a list of known pins\&. You can use this if the server\(cqs public key has changed and this program hasn\(cqt been updated yet\&.
-.RE
-.PP
-\fB\-e\fR, \fB\-\-email\fR=\fIADDRESS\fR
-.RS 4
-Send mail to
-\fIADDRESS\fR
-(default is "flashproxyreg\&.a@gmail\&.com")\&.
-.RE
-.PP
-\fB\-\-facilitator\-pubkey\fR=\fIFILENAME\fR
-.RS 4
-Encrypt registrations to the given PEM\-formatted public key (default built\-in)\&.
-.RE
-.PP
-\fB\-h\fR, \fB\-\-help\fR
-.RS 4
-Display help message and exit\&.
-.RE
-.PP
-\fB\-s\fR, \fB\-\-smtp\fR=\fIHOST\fR[:\fIPORT\fR]
-.RS 4
-Use the given SMTP server (default is "gmail\-smtp\-in\&.l\&.google\&.com:25")\&.
-.RE
-.PP
-\fB\-\-transport\fR=\fITRANSPORT\fR
-.RS 4
-Registrations include the fact that you intend to use the given
-\fITRANSPORT\fR
-(default "websocket")\&.
-.RE
-.PP
-\fB\-\-unsafe\-logging\fR
-.RS 4
-Don\(cqt scrub IP addresses from logs\&.
-.RE
-.SH "SEE ALSO"
-.sp
-\fBhttp://crypto\&.stanford\&.edu/flashproxy/\fR
-.SH "BUGS"
-.sp
-Please report using \fBhttps://trac\&.torproject\&.org/projects/tor\fR\&.
--- a/doc/flashproxy-reg-http.1
+++ /dev/null
@@ -1,76 +0,0 @@
-'\" t
-.\"     Title: flashproxy-reg-http
-.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/07/2014
-.\"    Manual: \ \&
-.\"    Source: \ \&
-.\"  Language: English
-.\"
-.TH "FLASHPROXY\-REG\-HTTP" "1" "05/07/2014" "\ \&" "\ \&"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-flashproxy-reg-http \- Register with a facilitator using the HTTP method
-.SH "SYNOPSIS"
-.sp
-\fBflashproxy\-reg\-http\fR [\fIOPTIONS\fR] [\fIREMOTE\fR][:\fIPORT\fR]
-.SH "DESCRIPTION"
-.sp
-Register with a flash proxy facilitator using an HTTP POST\&. By default the remote address registered is ":9000"\&.
-.SH "OPTIONS"
-.PP
-\fB\-4\fR
-.RS 4
-Name lookups use only IPv4\&.
-.RE
-.PP
-\fB\-6\fR
-.RS 4
-Name lookups use only IPv6\&.
-.RE
-.PP
-\fB\-f\fR, \fB\-\-facilitator\fR=\fIURL\fR
-.RS 4
-Register with the given facilitator (default "https://fp\-facilitator\&.org/")\&.
-.RE
-.PP
-\fB\-h\fR, \fB\-\-help\fR
-.RS 4
-Display help message and exit\&.
-.RE
-.PP
-\fB\-\-transport\fR=\fITRANSPORT\fR
-.RS 4
-Registrations include the fact that you intend to use the given
-\fITRANSPORT\fR
-(default "websocket")\&.
-.RE
-.PP
-\fB\-\-unsafe\-logging\fR
-.RS 4
-Don\(cqt scrub IP addresses from logs\&.
-.RE
-.SH "SEE ALSO"
-.sp
-\fBhttp://crypto\&.stanford\&.edu/flashproxy/\fR
-.SH "BUGS"
-.sp
-Please report using \fBhttps://trac\&.torproject\&.org/projects/tor\fR\&.
--- a/doc/flashproxy-reg-url.1
+++ /dev/null
@@ -1,85 +0,0 @@
-'\" t
-.\"     Title: flashproxy-reg-url
-.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/07/2014
-.\"    Manual: \ \&
-.\"    Source: \ \&
-.\"  Language: English
-.\"
-.TH "FLASHPROXY\-REG\-URL" "1" "05/07/2014" "\ \&" "\ \&"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-flashproxy-reg-url \- Register with a facilitator using an indirect URL
-.SH "SYNOPSIS"
-.sp
-\fBflashproxy\-reg\-url\fR [\fIOPTIONS\fR] \fIREMOTE\fR[:\fIPORT\fR]
-.SH "DESCRIPTION"
-.sp
-Print a URL, which, when retrieved, will cause the client address \fIREMOTE\fR[:\fIPORT\fR] to be registered with the flash proxy facilitator\&. The default \fIPORT\fR is 9000\&.
-.SH "OPTIONS"
-.PP
-\fB\-f\fR, \fB\-\-facilitator\fR=\fIURL\fR
-.RS 4
-Register with the given facilitator (default "https://fp\-facilitator\&.org/")\&.
-.RE
-.PP
-\fB\-\-facilitator\-pubkey\fR=\fIFILENAME\fR
-.RS 4
-Encrypt registrations to the given PEM\-formatted public key (default built\-in)\&.
-.RE
-.PP
-\fB\-h\fR, \fB\-\-help\fR
-.RS 4
-Display help message and exit\&.
-.RE
-.PP
-\fB\-\-transport\fR=\fITRANSPORT\fR
-.RS 4
-Registrations include the fact that you intend to use the given
-\fITRANSPORT\fR
-(default "websocket")\&.
-.RE
-.SH "EXAMPLE"
-.sp
-Say you wish to register 192\&.0\&.2\&.1:9000\&. Run
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-\&./flashproxy\-reg\-url 192\&.0\&.2\&.1:9000
-.fi
-.if n \{\
-.RE
-.\}
-.sp
-The program should output a long string looking something like
-.sp
-https://fp\-facilitator\&.org/reg/0labtDob545HeKpLZ8LqGeOi\-OK7HXoQvfQzj0P2pjh1NrCKNDaPe91zo\&.\&.\&.
-.sp
-Copy this string and paste it into any URL fetching website or program\&. Once the URL is retrieved your address will be registered with the facilitator\&.
-.SH "SEE ALSO"
-.sp
-\fBhttp://crypto\&.stanford\&.edu/flashproxy/\fR
-.SH "BUGS"
-.sp
-Please report using \fBhttps://trac\&.torproject\&.org/projects/tor\fR\&.