diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-18 15:51:35 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-18 15:51:35 +0000 |
commit | 612390d3b0a7d3e7678ccc32c145d2653fe111df (patch) | |
tree | 07b503c343b88e4ccf0229a060e1b8a73781eb6e /contrib | |
parent | 1bc3b5892e721c733f9e1710274fccd2538134e3 (diff) |
improve GNS zone / subsystem mappings
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/gnunet-gns-import.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gnunet-gns-import.sh b/contrib/gnunet-gns-import.sh index dacdf7887..502aeb9d8 100755 --- a/contrib/gnunet-gns-import.sh +++ b/contrib/gnunet-gns-import.sh @@ -31,6 +31,7 @@ gnunet-identity -C sks-zone $options # Integrate those with the respective subsystems. gnunet-identity -e short-zone -s gns-short $options gnunet-identity -e master-zone -s gns-master $options +gnunet-identity -e master-zone -s gns-proxy $options gnunet-identity -e private-zone -s gns-private $options gnunet-identity -e sks-zone -s fs-sks $options |