mirror of
https://github.com/iv-org/inv_sig_helper.git
synced 2024-11-22 21:49:42 +00:00
Change default TCP IP to 127.0.0.1
This commit is contained in:
parent
369cfb335f
commit
e506206971
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user