diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
commit | 2b81464a43485fcc8ce079fafdee7b7a171835f4 (patch) | |
tree | 394774c0f735199b57d51a2d3840356317853fe1 /src/peerinfo/peerinfo.conf.in |
Imported Upstream version 0.9.2upstream/0.9.2
Diffstat (limited to 'src/peerinfo/peerinfo.conf.in')
-rw-r--r-- | src/peerinfo/peerinfo.conf.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/peerinfo/peerinfo.conf.in b/src/peerinfo/peerinfo.conf.in new file mode 100644 index 0000000..a40cc4f --- /dev/null +++ b/src/peerinfo/peerinfo.conf.in @@ -0,0 +1,24 @@ +[peerinfo] +AUTOSTART = YES +@UNIXONLY@ PORT = 2090 +HOSTNAME = localhost +HOME = $SERVICEHOME +CONFIG = $DEFAULTCONFIG +BINARY = gnunet-service-peerinfo +ACCEPT_FROM = 127.0.0.1; +ACCEPT_FROM6 = ::1; +UNIXPATH = /tmp/gnunet-service-peerinfo.sock +UNIX_MATCH_UID = NO +UNIX_MATCH_GID = YES +# DISABLE_SOCKET_FORWARDING = NO +# USERNAME = +# MAXBUF = +# TIMEOUT = +# DISABLEV6 = +# BINDTO = +# REJECT_FROM = +# REJECT_FROM6 = +# PREFIX = +HOSTS = $SERVICEHOME/data/hosts/ + + |