Change default TCP IP to 127.0.0.1

This commit is contained in:
techmetx11 2024-07-21 17:14:08 +01:00
parent 369cfb335f
commit e506206971
No known key found for this signature in database
GPG Key ID: E60B63635FF4E062

View File

@ -2,7 +2,7 @@ use lazy_regex::{regex, Lazy};
use regex::Regex;
pub static DEFAULT_SOCK_PATH: &str = "/tmp/inv_sig_helper.sock";
pub static DEFAULT_TCP_URL: &str = "0.0.0.0:12999";
pub static DEFAULT_TCP_URL: &str = "127.0.0.1:12999";
pub static TEST_YOUTUBE_VIDEO: &str = "https://www.youtube.com/watch?v=jNQXAC9IVRw";