github.com/google/fleetspeak@v0.1.15-0.20240426164851-4f31f62c1aea/fleetspeak/server-pkg-tmpl/etc/fleetspeak-server/server.services.config (about) 1 # Fleetspeak server configuration file. This is a text format 2 # fleetspeak.server.ServerConfig protocol buffer. 3 4 # The primary purpose of this file is to determine where messages for each 5 # service go. Each 'services' block routes message for a particular service. 6 7 # This example sends GRR messages to a server over GRPC without authentication 8 # or encryption - it should only be used when the GRR server is bound to 9 # localhost or otherwise firewalled away from general access. 10 #services { 11 # name: "GRR" 12 # factory: "GRPC" 13 # config { 14 # [type.googleapis.com/fleetspeak.grpcservce.Config] { 15 # target: "localhost:<port>" 16 # insecure: true 17 # } 18 # } 19 #}