diff --git a/README.md b/README.md index 6a351da..1e3c480 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,4 @@ Choose a SIP UDP, Audio RTP/UDP and Video RTP/UDP that is different between your clients. Check behind NAT/Firewall. -Set public IP as 127.0.0.2 -Manage your SIP account --> Add -Fill the SIP identity and the proxy address with respectively `sip:@127.0.0.1:` and `sip:127.0.0.1:` +Set public IP as 127.13.3.7 diff --git a/src/net_tools.c b/src/net_tools.c index 803e3d2..eb96f06 100644 --- a/src/net_tools.c +++ b/src/net_tools.c @@ -63,7 +63,7 @@ int create_ip_server(char* service, int type) { conf.ai_protocol = 0; enable = 1; - err = getaddrinfo(NULL, service, &conf, &result); + err = getaddrinfo("127.13.3.7", service, &conf, &result); if (err != 0) { fprintf(stderr, "Error with getaddrinfo()\n"); exit(EXIT_FAILURE); diff --git a/torrc_simple b/torrc_simple index cd3b552..6bfc4e3 100644 --- a/torrc_simple +++ b/torrc_simple @@ -2,5 +2,4 @@ ControlPort 9051 UseEntryGuards 0 SafeLogging 0 SocksPort 9050 OnionTrafficOnly CacheDNS UseDNSCache -Log INFO stdout