-udp ignoring interface #156

Closed
opened 2026-01-29 16:36:34 +00:00 by claunia · 1 comment
Owner

Originally created by @cfsmp3 on GitHub (May 31, 2016).

Originally assigned to: @rkuchumov on GitHub.

This command:

/home/captions/ccextractorgit/ccextractor/linux/ccextractor -quiet -txt -s -stdout -udp 127.0.0.1:7701

Should make CCExtractor bind port 7701 on the loopback IP address (only), however

netstat shows that it's binding to all interfaces
udp 0 0 0.0.0.0:7701 0.0.0.0:* 20938/ccextractor

Originally created by @cfsmp3 on GitHub (May 31, 2016). Originally assigned to: @rkuchumov on GitHub. This command: /home/captions/ccextractorgit/ccextractor/linux/ccextractor -quiet -txt -s -stdout -udp 127.0.0.1:7701 Should make CCExtractor bind port 7701 on the loopback IP address (only), however netstat shows that it's binding to all interfaces udp 0 0 0.0.0.0:7701 0.0.0.0:\* 20938/ccextractor
Author
Owner

@cfsmp3 commented on GitHub (Nov 9, 2016):

Code-in task created.

@cfsmp3 commented on GitHub (Nov 9, 2016): Code-in task created.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#156