70 lines
1.6 KiB
YAML
70 lines
1.6 KiB
YAML
%YAML 1.1
|
|
---
|
|
# This is a ser2net configuration file, tailored to be rather
|
|
# simple.
|
|
#
|
|
# Find detailed documentation in ser2net.yaml(5)
|
|
# A fully featured configuration file is in
|
|
# /usr/share/doc/ser2net/examples/ser2net.yaml.gz
|
|
#
|
|
# If you find your configuration more useful than this very simple
|
|
# one, please submit it as a bugreport
|
|
|
|
define: &banner Connected to port \N(\d)\r\n
|
|
|
|
connection: &con01
|
|
accepter: tcp,20108
|
|
connector: serialdev,/dev/zigb,115200n81,local
|
|
options:
|
|
kickolduser: false
|
|
banner: *banner
|
|
chardelay-min: 0
|
|
chardelay-max: 0
|
|
|
|
#define: &banner \r\nser2net port \p device \d [\B] (Debian GNU/Linux)\r\n\r\n
|
|
#
|
|
#connection: &con0096
|
|
# accepter: tcp,localhost,2000
|
|
# enable: on
|
|
# options:
|
|
# banner: *banner
|
|
# kickolduser: true
|
|
# telnet-brk-on-sync: true
|
|
# connector: serialdev,
|
|
# /dev/ttyS0,
|
|
# 9600n81,local
|
|
#
|
|
#connection: &con1096
|
|
# accepter: tcp,localhost,2001
|
|
# enable: on
|
|
# options:
|
|
# banner: *banner
|
|
# kickolduser: true
|
|
# telnet-brk-on-sync: true
|
|
# connector: serialdev,
|
|
# /dev/ttyS1,
|
|
# 9600n81,local
|
|
#
|
|
#connection: &con0192
|
|
# accepter: tcp,localhost,3000
|
|
# enable: on
|
|
# options:
|
|
# banner: *banner
|
|
# kickolduser: true
|
|
# telnet-brk-on-sync: true
|
|
# connector: serialdev,
|
|
# /dev/ttyS0,
|
|
# 19200n81,local
|
|
#
|
|
#connection: &con1192
|
|
# accepter: tcp,localhost,3001
|
|
# enable: on
|
|
# options:
|
|
# banner: *banner
|
|
# kickolduser: true
|
|
# telnet-brk-on-sync: true
|
|
# connector: serialdev,
|
|
# /dev/ttyS1,
|
|
# 19200n81,local
|
|
#
|