diff --git a/edit.sh b/edit.sh index a708c94..d42b036 100755 --- a/edit.sh +++ b/edit.sh @@ -1,3 +1,4 @@ #!/bin/bash -sudo godot/bin/godot.linuxbsd.editor.x86_64 --editor --path hamncheese | tee output.log +#sudo godot/bin/godot.linuxbsd.editor.x86_64 --editor --path hamncheese | tee output.log +godot/bin/godot.linuxbsd.editor.x86_64 --editor --path test | tee output.log diff --git a/modules/n2nvpn/n2n/src/edge_management.c b/modules/n2nvpn/n2n/src/edge_management.c index 2207066..259154e 100644 --- a/modules/n2nvpn/n2n/src/edge_management.c +++ b/modules/n2nvpn/n2n/src/edge_management.c @@ -170,7 +170,7 @@ static void mgmt_edges_row (mgmt_req_t *req, strbuf_t *buf, struct peer_info *pe static void mgmt_edges (mgmt_req_t *req, strbuf_t *buf) { struct peer_info *peer, *tmpPeer; - // dump nodes with forwarding through supernodes + // dump nodes with forwarding through supernodes HASH_ITER(hh, req->eee->pending_peers, peer, tmpPeer) { mgmt_edges_row(req, buf, peer, "pSp"); } diff --git a/modules/n2nvpn/n2nvpn.cpp b/modules/n2nvpn/n2nvpn.cpp index d72d453..37bc4b0 100644 --- a/modules/n2nvpn/n2nvpn.cpp +++ b/modules/n2nvpn/n2nvpn.cpp @@ -143,7 +143,7 @@ void N2NVPN::reset_configuration() { _conf.register_interval = 1; // Interval for both UDP NAT hole punching and supernode registration _conf.register_ttl = 1; // Interval for UDP NAT hole punching through supernode _conf.tos = 16; // Type of service for sent packets - _conf.transop_id = N2N_TRANSFORM_ID_TWOFISH; // Use the twofish encryption + _conf.transop_id = N2N_TRANSFORM_ID_AES; // Use AES encryption // _conf.network_traffic_filter_rules diff --git a/supernode.sh b/supernode.sh index 928e16d..479ba74 100755 --- a/supernode.sh +++ b/supernode.sh @@ -14,6 +14,6 @@ make mv supernode ../../../bin/. mv edge ../../../bin/. #make clean -#rm include/config.h +rm include/config.h popd