aboutsummaryrefslogtreecommitdiff
path: root/src/rest
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-29 17:27:29 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-29 17:27:29 +0200
commit1894c4186101db00fabd0d780edf7eb5a122b07b (patch)
treed12b8b8d30ca79139cd198a0d21df08df58fd956 /src/rest
parentca3490588cff768b56ae75f0de69fd89529dc6dd (diff)
downloadgnunet-1894c4186101db00fabd0d780edf7eb5a122b07b.tar.gz
gnunet-1894c4186101db00fabd0d780edf7eb5a122b07b.zip
REST: don't block port for now
Diffstat (limited to 'src/rest')
-rw-r--r--src/rest/rest.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rest/rest.conf b/src/rest/rest.conf
index 7d5299161..dfeedd26c 100644
--- a/src/rest/rest.conf
+++ b/src/rest/rest.conf
@@ -4,7 +4,6 @@ BINARY=gnunet-rest-server
4IMMEDIATE_START=YES 4IMMEDIATE_START=YES
5BIND_TO=127.0.0.1 5BIND_TO=127.0.0.1
6BIND_TO6=::1 6BIND_TO6=::1
7PORT=7776
8REST_ALLOW_HEADERS=Authorization,Accept,Content-Type 7REST_ALLOW_HEADERS=Authorization,Accept,Content-Type
9REST_ALLOW_ORIGIN=* 8REST_ALLOW_ORIGIN=*
10REST_ALLOW_CREDENTIALS=true 9REST_ALLOW_CREDENTIALS=true