Created
September 18, 2021 12:44
-
-
Save avoidik/eb4a5e72dc5efdeb8e918692b40151cb to your computer and use it in GitHub Desktop.
VirtualHere USB Client on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Transport] | |
PingInterval=3 | |
PingTimeout=10 | |
CompressionLimit=384 | |
EasyFindId=xxx | |
EasyFindPin=zzz | |
[General] | |
MainFrameWidth=640 | |
MainFrameHeight=480 | |
SSLClientCert= | |
SSLCAFile=/opt/vhusb/rootCA.pem | |
QualifyByName=1 | |
QualifyByInterface=0 | |
AutoUseDelaySec=0 | |
RetryAutoUseDelaySec=2 | |
AutoRefreshLookupPeriod=30 | |
BonjourLookupTimeout=4 | |
BonjourResolverTimeout=2 | |
Language=EN-US | |
SSLPort=7574 | |
MainFrameX=200 | |
MainFrameY=200 | |
AutoFind=0 | |
AutoMinimize=1 | |
[Settings] | |
ManualHubs=x.x.x.x:7574 | |
[AutoShare] | |
a.b.c.d=1 | |
a.b.c=0 | |
a.d=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=VirtualHere Client | |
After=network.target | |
[Service] | |
Type=forking | |
ExecStart=/opt/vhusb/vhclientx86_64 --admin --config=/opt/vhusb/config --autofind-off --daemon | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment