1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/constants/defaults.hpp

22 lines
435 B
C++
Raw Normal View History

2018-11-20 01:51:03 +01:00
#ifndef LLARP_DEFAULTS_HPP
#define LLARP_DEFAULTS_HPP
2018-08-09 15:55:51 +02:00
#ifndef DEFAULT_RESOLVER_US
#define DEFAULT_RESOLVER_US "1.1.1.1"
2018-08-09 15:55:51 +02:00
#endif
#ifndef DEFAULT_RESOLVER_EU
#define DEFAULT_RESOLVER_EU "1.1.1.1"
2018-08-09 15:55:51 +02:00
#endif
#ifndef DEFAULT_RESOLVER_AU
#define DEFAULT_RESOLVER_AU "1.1.1.1"
2018-08-09 15:55:51 +02:00
#endif
#ifndef DEFAULT_LOKINET_USER
#define DEFAULT_LOKINET_USER "lokinet"
#endif
#ifndef DEFAULT_LOKINET_GROUP
#define DEFAULT_LOKINET_GROUP "lokinet"
#endif
2018-11-20 01:51:03 +01:00
#endif