Commands needed to install
mkdir nginx
cd nginx
sudo apt install build-essential libpcre3 libpcre3-dev libssl-dev
sudo git clone git://github.com/arut/nginx-rtmp-module.git
sudo wget http://nginx.org/download/nginx-1.13.4.tar.gz
show interfaces ae11 | |
flexible-vlan-tagging; | |
encapsulation flexible-ethernet-services; | |
esi { | |
00:00:00:00:00:0a:00:00:00:11; | |
all-active; | |
} | |
aggregated-ether-options { | |
minimum-links 1; | |
link-speed 1g; |
# dhcpd.conf | |
default-lease-time 600; | |
max-lease-time 7200; | |
option domain-name-servers 1.1.1.1; | |
option option-150 code 150 = ip-address; | |
option space juniper; | |
option juniper.image-file-name code 0 = text; |
VERSION BUILD=844 RECORDER=CR | |
URL GOTO=http://steamcommunity.com/dev/managegameservers | |
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:createAccountForm ATTR=NAME:appid CONTENT=730 | |
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:createAccountForm ATTR=NAME:memo CONTENT=csgoserver{{!LOOP}} | |
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:createAccountForm ATTR=* | |
WAIT SECONDS=1 |
const gameservers = document.getElementsByTagName('tbody'); | |
const json = []; | |
for(var i = 0 ; i < gameservers.length; i++) { | |
json.push(gameservers[i].children[0].children[1].innerHTML); | |
} | |
JSON.stringify(json); |