mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 10:38:05 +11:00
updated the readme to relfect the rc-ness of vtunnel now
This commit is contained in:
parent
83304aae9c
commit
c63506ec8b
@ -33,7 +33,7 @@ oppm install vtunnel
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### Manual
|
#### Manual
|
||||||
1. Install vtunnel.lua to /usr/bin
|
1. Install vtunnel.lua to /etc/rc.d
|
||||||
2. Install interminitel.lua to /usr/lib
|
2. Install interminitel.lua to /usr/lib
|
||||||
|
|
||||||
#### Starting
|
#### Starting
|
||||||
@ -41,7 +41,7 @@ oppm install vtunnel
|
|||||||
vTunnel is invoked as follows:
|
vTunnel is invoked as follows:
|
||||||
|
|
||||||
```
|
```
|
||||||
vtunnel <server address> <server port> [poll timer] [keepalive timer]
|
rc vtunnel start <server address> <server port>
|
||||||
```
|
```
|
||||||
|
|
||||||
This will create a virtual linked card component connected to server\_address:server\_port
|
This will create a virtual linked card component connected to server\_address:server\_port
|
||||||
@ -49,10 +49,11 @@ This will create a virtual linked card component connected to server\_address:se
|
|||||||
#### Minitel configuration
|
#### Minitel configuration
|
||||||
|
|
||||||
1. Disable minitel with rc - `rc minitel disable`
|
1. Disable minitel with rc - `rc minitel disable`
|
||||||
2. Add the following to your .shrc:
|
1. Enable vtunnel with rc - `rc vtunnel enable`
|
||||||
|
2. Add the following to your ~/.shrc:
|
||||||
|
|
||||||
```
|
```
|
||||||
vtunnel <server address> <server port> [poll timer] [keepalive timer]
|
rc minitel start > /dev/null
|
||||||
rc minitel start
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This will ensure that Minitel sees the virtual tunnel component created by vTunnel and routes packets via it.
|
||||||
|
Loading…
Reference in New Issue
Block a user