summaryrefslogtreecommitdiff
path: root/TODO
blob: 823ada73fac57b738d9118d3615c0e3379fd2620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
1. DONE ./pkg/server/server.go make request
2. DONE make chain commands
3. DONE add help command
4. DONE env set/get
5. add simple tcp proxy:
	add tcp server host port
	add tcp client addr port
	add stream $id1 $id2

note:
	client connection maybe created on accept client or
	created on stream creation.
	In the latter case client will be multiplexer

6. DONE check variable name
7. DONE substitute variable over query (maybe)