Obsolete
/
libipc-old
Archived
3
0
Fork 0
This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
libipc-old/remote/app
Philippe PITTOLI 7fbd7e98df minor changes 2017-08-26 01:07:29 +02:00
..
Makefile dev remote -- draft 1 2017-08-23 20:57:44 +02:00
README.md minor changes 2017-08-26 01:07:29 +02:00
remotec.c minor changes 2017-08-26 01:07:29 +02:00
remoted.c minor changes 2017-08-26 01:07:29 +02:00

README.md

remoted

This service creates a path on the relevent remote location, going through anything network-related: TCP, UDP, HTTP, ...

TODO

authorizations

The idea is to have a simple configuration file for authentication of remote connections, such as:

clients = { "client123", alice.example.com, john@doe.com }
level1services = { pongd, weather }

ifext = enp0s25
pass in on $ifext from any for all to local services $level1services
pass in on $ifext from any for all to local services $level1services