mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 10:35:40 +08:00
fix: do not fail external with "0.0.0.0" with NOIPV6 (lite version)
This commit is contained in:
parent
d9e118e754
commit
6010190940
@ -287,7 +287,6 @@ static int h_external(int argc, unsigned char ** argv){
|
||||
else conf.extsa6 = sa6;
|
||||
#else
|
||||
res = getip46(46, argv[1], (struct sockaddr *)&conf.extsa);
|
||||
if(!res) return 1;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user