mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Announce IPv4 && IPv6 of peers! (#1017)
This commit is contained in:
parent
1c7d45eabe
commit
4a46694f01
2 changed files with 35 additions and 13 deletions
|
@ -358,8 +358,8 @@ CREATE TABLE IF NOT EXISTS `bb_bt_tracker`
|
|||
`topic_id` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`peer_id` VARCHAR(20) NOT NULL DEFAULT '0',
|
||||
`user_id` MEDIUMINT(9) NOT NULL DEFAULT '0',
|
||||
`ip` VARCHAR(42) NOT NULL DEFAULT '0',
|
||||
`ipv6` VARCHAR(32) DEFAULT NULL,
|
||||
`ip` VARCHAR(42) DEFAULT NULL,
|
||||
`ipv6` VARCHAR(42) DEFAULT NULL,
|
||||
`port` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`client` VARCHAR(51) NOT NULL DEFAULT 'Unknown',
|
||||
`seeder` TINYINT(1) NOT NULL DEFAULT '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue