Database Table: tor_proxy_exits

From Dreamwidth Notes
Jump to: navigation, search

This is a global table.

Definition

CREATE TABLE tor_proxy_exits (
    addr VARCHAR(15) NOT NULL,
    PRIMARY KEY (addr)
)

Relationships