3 lines
100 B
SQL
3 lines
100 B
SQL
UPDATE ServerOption
|
|
SET PublicAddress = '<SERVER_PUBLIC_IP>'
|
|
WHERE PublicAddress = '192.168.100.3';
|