mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Remind users that directory isn't actually legit
This commit is contained in:
parent
d169e68450
commit
69980e3c0c
|
@ -6,11 +6,15 @@ port = 33445;
|
||||||
// The key file
|
// The key file
|
||||||
// make sure that the user who runs the server
|
// make sure that the user who runs the server
|
||||||
// does have permissions to read it/write to it
|
// does have permissions to read it/write to it
|
||||||
|
// Remember to replace the provided example with
|
||||||
|
// the directory the DHT server will run in.
|
||||||
keys_file = "/home/tom/.bootstrap_server.keys"
|
keys_file = "/home/tom/.bootstrap_server.keys"
|
||||||
|
|
||||||
// The PID file written to by bootstrap_server,
|
// The PID file written to by bootstrap_server,
|
||||||
// make sure that the user who runs the server
|
// make sure that the user who runs the server
|
||||||
// does have permissions to write to it
|
// does have permissions to write to it
|
||||||
|
// Remember to replace the provided example with
|
||||||
|
// the directory the DHT server will run in.
|
||||||
pid_file = "/home/tom/.bootstrap_server.pid";
|
pid_file = "/home/tom/.bootstrap_server.pid";
|
||||||
|
|
||||||
// The info of the node bootstap_server will
|
// The info of the node bootstap_server will
|
||||||
|
|
Loading…
Reference in New Issue
Block a user