Systems that has AmbientCapabilities support (usually kernel >= linux4.3)
[Unit]
Description=FRP Server Daemon
| # sudo apt-get install obfs4proxy obfsproxy tor | |
| # sudo vi /etc/tor/torrc | |
| UseBridges 1 | |
| ClientTransportPlugin obfs3 exec /usr/bin/obfsproxy managed | |
| ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy managed | |
| # send email to bridges@torproject.org with body `get transport obfs4` you can get new bridges. | |
| bridge obfs4 195.154.49.15:44705 BACD07DACE996093DC7635F33A98C49... cert=xc/wtKNWADfJQf232xSXT0WpzsaINw6fgPvZBy5Rkw4.../ypaZPDug9L... iat-mode=0 |
| IP | ASN | Country | Region | City | Organization | |
|---|---|---|---|---|---|---|
| 2.56.10.36 | 213373 | Netherlands | IP Connect Inc | |||
| 2.58.56.35 | 210558 | Netherlands | Flevoland | Lelystad | 1337 Services GmbH | |
| 2.58.56.43 | 210558 | Netherlands | Flevoland | Lelystad | 1337 Services GmbH | |
| 2.58.56.46 | 210558 | Netherlands | Flevoland | Lelystad | 1337 Services GmbH | |
| 2.58.56.93 | 210558 | Netherlands | Flevoland | Lelystad | 1337 Services GmbH | |
| 2.58.56.220 | 210558 | Netherlands | Flevoland | Lelystad | 1337 Services GmbH | |
| 5.2.67.226 | 60404 | Netherlands | The Infrastructure Group B.V. | |||
| 5.2.72.110 | 60404 | Netherlands | The Infrastructure Group B.V. | |||
| 5.2.79.179 | 60404 | Netherlands | The Infrastructure Group B.V. |
| #!/bin/bash | |
| # needs openssl 1.1+ | |
| # needs `basez` https://manpages.debian.org/testing/basez/base32hex.1.en.html | |
| # (but something else that decodes the base64 and re-encodes the raw key bytes | |
| # to base32 is probably fine too) | |
| ##### generate a key | |
| openssl genpkey -algorithm x25519 -out /tmp/k1.prv.pem |
AmbientCapabilities support (usually kernel >= linux4.3) [Unit]
Description=FRP Server Daemon
| @echo off | |
| @reg copy HKLM\HARDWARE\ACPI\DSDT\VBOX__ HKLM\HARDWARE\ACPI\DSDT\NOBOX__ /s /f | |
| @reg delete HKLM\HARDWARE\ACPI\DSDT\VBOX__ /f | |
| @reg add HKLM\HARDWARE\DESCRIPTION\System /v SystemBiosVersion /t REG_MULTI_SZ /d "NOBOX - 1" /f | |
| @reg add HKLM\HARDWARE\DESCRIPTION\System /v VideoBiosVersion /t REG_MULTI_SZ /d "NOBOX - 1" /f | |
| @taskkill /f /im VBoxTray.exe | |
| @exit |