Unix socket version

This commit is contained in:
varjolintu
2017-11-16 09:31:47 +02:00
parent f364455c10
commit 6c5f96f407
2 changed files with 33 additions and 47 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ Application that works as a proxy between Native Messaging browser extension and
This is still under development. Installing the proxy needs manual changes to JSON scripts installed for Native Messaging.
See [this page](https://developer.chrome.com/extensions/nativeMessaging) for further information.
keepassxc-proxy listens stdin from keepassxc-browser extension and transfers the data to UDP port 19700 which KeePassXC listens.
keepassxc-proxy listens stdin from keepassxc-browser extension and transfers the data to Unix domain socket `/tmp/kpxc_server` which KeePassXC listens.