mirror of
https://github.com/therootcompany/telebit.git
synced 2025-12-23 22:08:47 +00:00
- implemented viper module in code.
- removed all the older configuration, not sure if we want to use flags or just the configuration files.
- added support for dwell, idle and cancelceck timers
- generic binding is now an int passing to the generic manager.
- passing dwell, and idle directly to connection table.
- adjusted all dead time structures, the system supports a map(string)interface{} of various dead time counters
- this version also supports variable sized buffers for each request by using the bufio.reader
- we peek all, and then pass everything down the channel we have.
- I am wondering if this will be a problem is someone just starts pouring data down never ending.
- direct support now for terminating domains
- there is a domain for admin, and wss. Each shared the external address listener (testing 9999)
Additions
- added support for Discard for wedge connections
- added support for ReadByte to wedge conn
17 lines
295 B
YAML
17 lines
295 B
YAML
rvpn:
|
|
wssdomain: localhost.daplie.me
|
|
admindomain: rvpn.daplie.invalid
|
|
genericlistener: 9999
|
|
deadtime:
|
|
dwell: 600
|
|
idle: 60
|
|
cancelcheck: 10
|
|
domains:
|
|
test.daplie.me:
|
|
secret: abc123
|
|
test2.daplie.me:
|
|
secret: abc123
|
|
test3.daplie.me:
|
|
secret: abc123
|
|
|