diff options
author | Roberto Hueso Gomez <robertohueso96@gmail.com> | 2020-04-08 13:31:45 +0200 |
---|---|---|
committer | Roberto Hueso Gomez <robertohueso96@gmail.com> | 2020-04-08 13:31:45 +0200 |
commit | 4f03c31f85b6431f5be70f28b08665560f76d654 (patch) | |
tree | 42afcd3efe20d5329179532e4b8d87f0bdabf3e0 /cfg | |
parent | 99ae598fbd9addc92b4150e7fcc668d8f0269c18 (diff) |
Add mode selection for ogClient
Diffstat (limited to 'cfg')
-rw-r--r-- | cfg/ogclient.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg/ogclient.cfg b/cfg/ogclient.cfg index 34939d2..1949fa6 100644 --- a/cfg/ogclient.cfg +++ b/cfg/ogclient.cfg @@ -4,3 +4,5 @@ port=1234 url=https://127.0.0.1/opengnsys/varios/menubrowser.php # Log Level, if ommited, will be set to INFO log=DEBUG +# Supported modes are 'virtual' and 'linux' +mode=linux
\ No newline at end of file |