Use flag icons in network view
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@ var PeersSchema = new Schema({
|
||||
port: { type: String, default: "" },
|
||||
protocol: { type: String, default: "" },
|
||||
version: { type: String, default: "" },
|
||||
country: { type: String, default: "" }
|
||||
country: { type: String, default: "" },
|
||||
country_code: { type: String, default: "" }
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Peers', PeersSchema);
|
||||
|
||||
Reference in New Issue
Block a user