Skip to content

Instantly share code, notes, and snippets.

View pgte's full-sized avatar
๐Ÿ 
Working from home

Pedro Teixeira pgte

๐Ÿ 
Working from home
View GitHub Profile
[ENVIRONMENT]:
servers:
broadcast:
bind_address: # the IP address for the server receiving UDP broadcasts. Default is 255.255.255.255
port: # the UDP port for receiving broadcasts. Default is 10000
public:
bind_address: #the IP address for the server receiving UDP commands specific to this host. Default is 0.0.0.0 (all interfaces)
port: # the UDP port for receiving direct commands. Default is 10001
private:
port: # the UDP port for receiving private commands. Default is 10002
#! /bin/sh
### BEGIN INIT INFO
# Provides: sweepyd
# Short-Description: Example initscript
# Description: This file should be used to construct scripts to be
# placed in /etc/init.d.
### END INIT INFO
# Author: Pedro Teixeira(http://metaduck.com)