mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-22 02:58:36 +00:00
Get the ASN name and number for the servers ip adress. This is able to be turned off with the CONST GET_ASN_INFO. Thanks to ripe.net for this service
2 lines
No EOL
88 B
SQL
2 lines
No EOL
88 B
SQL
ALTER TABLE `servers`
|
|
ADD COLUMN `asn` VARCHAR(124) NULL DEFAULT NULL AFTER `notes`; |