1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

recognize gnunet-exit as secure transport

This commit is contained in:
psyc://loupsycedyglgamf.onion/~lynX 1984-04-04 00:44:07 +00:00
parent 8538a31075
commit 18e72b74cc
5 changed files with 30 additions and 9 deletions

View file

@ -102,6 +102,9 @@
# endif
#endif
// virtual IP network of GNUnet exit service
#define IS_GNUNET(ip) abbrev("169.254.86.", ip)
#define HAS_PORT(PORT, PATH) (defined(PATH) && defined(PORT) && PORT - 0)
// also need HAS_TLS_PORT() ?
@ -279,6 +282,7 @@
#define PRIVACY_SURVEILLED 0
#define PRIVACY_UNKNOWN -1
#define PRIVACY_MITMX509 23
#define PRIVACY_REASONABLE 44
#define PRIVACY_REASONABLE 42
#define PRIVACY_GOOD 44
#endif