'timestamp', 'updated_at' => 'timestamp', 'group_id' => 'array', 'route_id' => 'array', 'tags' => 'array', 'ips' => 'array', 'excludes' => 'array' ]; // ALPN映射表 public static $alpnMap = [ 0 => 'hysteria', 1 => 'http/1.1', 2 => 'h2', 3 => 'h3' ]; public function parent(): BelongsTo { return $this->belongsTo(self::class, 'parent_id', 'id'); } }