diff --git a/src/multicast/multicast.conf.in b/src/multicast/multicast.conf.in index 97a5413..df255e2 100644 --- a/src/multicast/multicast.conf.in +++ b/src/multicast/multicast.conf.in @@ -6,7 +6,6 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES -@UNIXONLY@PORT = 2109 HOSTNAME = localhost ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; diff --git a/src/psyc/psyc.conf.in b/src/psyc/psyc.conf.in index 764ccfa..dd90686 100644 --- a/src/psyc/psyc.conf.in +++ b/src/psyc/psyc.conf.in @@ -6,7 +6,6 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psyc.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES -@UNIXONLY@PORT = 2115 HOSTNAME = localhost ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; diff --git a/src/psycstore/psycstore.conf.in b/src/psycstore/psycstore.conf.in index 3905db1..43c2038 100644 --- a/src/psycstore/psycstore.conf.in +++ b/src/psycstore/psycstore.conf.in @@ -6,7 +6,6 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psycstore.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES -@UNIXONLY@PORT = 2111 HOSTNAME = localhost ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; diff --git a/src/social/social.conf.in b/src/social/social.conf.in index 3fe754c..6ccb3d6 100644 --- a/src/social/social.conf.in +++ b/src/social/social.conf.in @@ -7,7 +7,6 @@ UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-social.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES -@UNIXONLY@PORT = 2116 HOSTNAME = localhost ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1;