MikeWang000000 / Natter

Expose your TCP/UDP port behind full-cone NAT to the Internet.
GNU General Public License v3.0
1.56k stars 128 forks source link

UPnP 服务端返回错误时,Natter 不能正常打印错误日志 #91

Closed MikeWang000000 closed 3 months ago

MikeWang000000 commented 4 months ago

self.ipaddr 使用错误: https://github.com/MikeWang000000/Natter/blob/91dd199062bfea9883c35174dd33f8a2cc0fc5f8/natter.py#L1103

AttributeError: 'UPnPService' object has no attribute 'ipaddr'
MikeWang000000 commented 3 months ago

Fixed by b3ac3d8.