Sync Between Hosts On Lan Securely


jdyer

Recommended Posts

Question guys, 

 

I have the following config.json for my two nodes.   I am wondering if I am still sending any data over the internet or would all my traffic stay within my local lan ? From what I understand using the known_hosts directive, along with search_lan, I am not going to be using any public trackers.  Is this correct? 

 

Thanks!

 

-John

{    "device_name": "vpn1.us-west-2xxxxxxxx",    "listening_port": 55555,    "storage_path": "/etc/btsync",    "pid_file": "/var/run/btsync/btsync.pid",    "check_for_updates": false,    "use_upnp": false,    "download_limit": 0,    "upload_limit": 0,    "disk_low_priority": false,    "folder_rescan_interval": 120,    "lan_encrypt_data": true,    "lan_use_tcp": true,    "rate_limit_local_peers": false,    "sync_max_time_diff": 300,    "sync_trash_ttl": 30    ,"shared_folders":    [    {        "secret" : "xxxxx",        "dir" : "/etc/somewhere/",        "use_relay_server" : false,        "use_tracker" : false,        "use_dht" : false,        "search_lan" : true,        "use_sync_trash" : false        ,        "known_hosts" : ["10.1.0.10:55555", "10.10.0.10:55555"]    }
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.