Git Product home page Git Product logo

openvpn-hyrosa's People

Contributors

testdasi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

daria-mianne

openvpn-hyrosa's Issues

Issue launching new install of container

Hi there! I'm trying to get this lovely container working, but I'm getting a ton of errors that I'm not familiar with. Does any of this look familiar to you?

Command to start:

/usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='openvpn-hyrosa' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'HOST_NETWORK'='192.168.1.0/24' -e 'SERVER_IP'='192.168.1.238' -e 'HTTP_PROXY_PORT'='8118' -p '8000:8000/tcp' -p '8153:53/udp' -p '8153:53/tcp' -p '9118:9118/tcp' -p '8080:8080/tcp' -p '8090:8090/tcp' -p '3000:3000/tcp' -p '5076:5076/tcp' -p '8118:8118/tcp' -v '/mnt/user/data/docker_configs/openvpn-hyrosa/':'/root':'rw' -v '/mnt/user/data/torrents/':'/data':'rw' 'testdasi/openvpn-hyrosa' 
Click to show log
[info] Config file detected...

[info] Setting variables
[info] Set various ports to docker variables
[info] Determine openvpn port from config file
[info] Determine openvpn protocol from config file
[info] Will connect openvpn on port=2049 proto=udp
[info] Determine eth0 network for nftables
[info] eth0 IP is 172.17.0.2 in network 172.17.0.0/16
[info] All variables set

[info] Fixing configs
[info] language fixed.
[info] root folder fixed.
[info] launcher fixed.
[info] stubby fixed.
[info] danted fixed.
[info] tinyproxy fixed.
[info] sabnzbdplus fixed.
[info] rtorrent fixed.
[info] flood fixed.
[info] nzbhydra2 fixed.
[info] All configs fixed

[info] Run stubby in background on port 53
[18:52:16.629605] STUBBY: Read config from file /root/stubby/stubby.yml
[warn] Your ISP public IP is

[info] Set up nftables rules
[info] Editing base ruleset
[info] Flusing ruleset
Error: Could not process rule: Operation not permitted
flush ruleset
^^^^^^^^^^^^^^
RTNETLINK answers: Operation not permitted
[info] Added route 192.168.1.0/24 via 172.17.0.1 dev eth0
[info] Apply rules
/nftables.rules:1:1-20: Error: Could not process rule: Operation not permitted
add table ip filter
^^^^^^^^^^^^^^^^^^^^
/nftables.rules:2:1-78: Error: Could not process rule: Operation not permitted
add chain ip filter INPUT { type filter hook input priority 0; policy drop; }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:3:1-80: Error: Could not process rule: Operation not permitted
add chain ip filter OUTPUT { type filter hook output priority 0; policy drop; }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:4:1-84: Error: Could not process rule: Operation not permitted
add chain ip filter FORWARD { type filter hook forward priority 0; policy accept; }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:5:1-53: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT iifname "lo" counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:6:1-55: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT iifname "tun0" counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:7:1-86: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT ip saddr 172.17.0.0/16 ip daddr 172.17.0.0/16 counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:8:1-64: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT ip saddr 192.168.1.0/24 counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:9:1-118: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT iifname "eth0" ip protocol tcp ip saddr 192.168.1.0/24 ip daddr 172.17.0.0/16 counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:10:1-86: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT ip protocol icmp ct state related,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:11:1-55: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT udp sport 2049 counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:12:1-93: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT iifname "eth0" tcp dport 53 ct state new,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:13:1-93: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT iifname "eth0" udp dport 53 ct state new,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:14:1-95: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT iifname "eth0" tcp dport 9118 ct state new,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:15:1-95: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT iifname "eth0" tcp dport 8118 ct state new,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:16:1-95: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT iifname "eth0" tcp dport 8080 ct state new,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:17:1-95: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT iifname "eth0" tcp dport 8090 ct state new,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:18:1-95: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT iifname "eth0" tcp dport 5076 ct state new,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:19:1-95: Error: Could not process rule: Operation not permitted
add rule ip filter INPUT iifname "eth0" tcp dport 8112 ct state new,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:20:1-54: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT oifname "lo" counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:21:1-56: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT oifname "tun0" counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:22:1-87: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT ip saddr 172.17.0.0/16 ip daddr 172.17.0.0/16 counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:23:1-65: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT ip daddr 192.168.1.0/24 counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:24:1-119: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT oifname "eth0" ip protocol tcp ip saddr 172.17.0.0/16 ip daddr 192.168.1.0/24 counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:25:1-91: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT ip protocol icmp ct state new,related,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:26:1-56: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT udp dport 2049 counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:27:1-90: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT oifname "eth0" tcp sport 53 ct state established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:28:1-90: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT oifname "eth0" udp sport 53 ct state established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:29:1-92: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT oifname "eth0" tcp sport 9118 ct state established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:30:1-92: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT oifname "eth0" tcp sport 8118 ct state established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:31:1-92: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT oifname "eth0" tcp sport 8080 ct state established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:32:1-92: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT oifname "eth0" tcp sport 8090 ct state established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:33:1-92: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT oifname "eth0" tcp sport 5076 ct state established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:34:1-92: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT oifname "eth0" tcp sport 8112 ct state established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nftables.rules:35:1-85: Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT oifname "eth0" ct state related,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[info] Quick block test. Expected result is time out. Actual result is
[info] All rules created

[info] Setting up OpenVPN tunnel
[info] Create tunnel device
[info] Allow DnS-over-TLS for openvpn to lookup VPN server
Error: Could not process rule: Operation not permitted
add rule ip filter INPUT tcp sport 853 counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT tcp dport 853 counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[info] Connecting to VPN on port 2049 with proto udp...
[info] Your VPN public IP is
[info] Block DnS-over-TLS to force traffic through tunnel
Error: Could not process rule: No such file or directory
list table filter
^^^^^^
Error: syntax error, unexpected newline, expecting number
delete rule filter INPUT handle
^
Error: Could not process rule: No such file or directory
list table filter
^^^^^^
Error: syntax error, unexpected newline, expecting number
delete rule filter OUTPUT handle
^
[info] Change DNS servers to 127.2.2.2
[info] Adding 127.2.2.2 to /etc/resolv.conf
[info] Allowing DNS lookups (tcp, udp port 53) to server '127.2.2.2'
Error: Could not process rule: Operation not permitted
add rule ip filter INPUT ip saddr 127.2.2.2 tcp sport 53 ct state established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT ip daddr 127.2.2.2 tcp dport 53 ct state new,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Could not process rule: Operation not permitted
add rule ip filter INPUT ip saddr 127.2.2.2 udp sport 53 ct state established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Could not process rule: Operation not permitted
add rule ip filter OUTPUT ip daddr 127.2.2.2 udp dport 53 ct state new,established counter accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[info] Done

[info] Run danted in background on port 9118
Apr 11 14:52:17 (1618167137.382834) danted[140]: error: /root/dante/danted.conf: problem on line 3 near token "tun0": could not resolve hostname "tun0": Name or service not known. Please see the Dante manual for more information
Apr 11 14:52:17 (1618167137.382917) danted[140]: alert: mother[1/1]: shutting down

[info] Run tinyproxy in background with no log on port 8118
WARNING: logging deactivated (can't log to stdout when daemonized)

[info] Run sabnzbdplus in background on HTTP port 8080 and HTTPS port 8090

[info] Run rtorrent and flood in background on port 8112

[info] Run nzbhydra2 in background on port 5076
/entrypoint.sh: line 62: /app/nzbhydra2/nzbhydra2: No such file or directory

[info] Run WebUI launcher in background at 192.168.1.238:8000

[info] Your VPN public IP is

Any help or guidance would be appreciated. Cheers!

Miss-match config location and unknown error causing crash

first off, I had to change /config to /root to make the container work, otherwise I get stuck at "config file not found" regardless of what I do to the folder structure. Noticed in the docker file it references /root instead of /config. System is running on an x86 Synology box, not unraid.

Second, unknown error causing crash once the container starts up, see log file: (IP redacted, otherwise unchanged)
*

flood

datestreamcontent
2022-11-10T18:19:55.755628878Zstdout[info] Your VPN public IP is 172.XXX.XXX.XXX
2022-11-10T18:19:55.707685812Zstdout
2022-11-10T18:19:55.691653769Zstdout[info] Run WebUI launcher in background at 192.168.1.164:8000
2022-11-10T18:19:55.691528627Zstdout
2022-11-10T18:19:55.686760628Zstdout2022-11-10 18:19:55,686  INFO - Daemonizing...
2022-11-10T18:19:55.686617042ZstdoutLogging wrapper output to /root/nzbhydra2/logs/wrapper.log
2022-11-10T18:19:55.512974894Zstdout[info] Run nzbhydra2 in background on port 5076
2022-11-10T18:19:55.512098542Zstdout
2022-11-10T18:19:55.398448490Zstdout[info] Run rtorrent and flood in background at 192.168.1.164:3000
2022-11-10T18:19:55.397902354Zstdout
2022-11-10T18:19:50.804704670Zstdout[info] Run sabnzbdplus in background on HTTP port 8080 and HTTPS port 8090
2022-11-10T18:19:50.804574104Zstdout
2022-11-10T18:19:50.801026056ZstderrWARNING: logging deactivated (can't log to stdout when daemonized)
2022-11-10T18:19:50.793301121Zstdout[info] Run tinyproxy in background with no log on port 8118
2022-11-10T18:19:50.793239034Zstdout
2022-11-10T18:19:50.792626422ZstderrNov 10 18:19:50 (1668104390.792333) danted[134]: alert: mother[1/1]: shutting down
2022-11-10T18:19:50.792440451ZstderrNov 10 18:19:50 (1668104390.792245) danted[134]: error: /root/dante/danted.conf: problem on line 3 near token "tun0": could not resolve hostname "tun0": Name or service not known.  Please see the Dante manual for more information
2022-11-10T18:19:50.774490011Zstdout[info] Run danted in background on port 9118
2022-11-10T18:19:50.774461981Zstdout
2022-11-10T18:19:50.690157902Zstdout[info] Done
2022-11-10T18:19:50.690083872Zstderr/static/scripts/openvpn.sh: line 37:   133 Killed                  nft add rule ip filter OUTPUT ip daddr ${dns_server_item} udp dport 53 ct state new,established counter accept
2022-11-10T18:19:49.044879341Zstderr/static/scripts/openvpn.sh: line 37:   132 Killed                  nft add rule ip filter INPUT ip saddr ${dns_server_item} udp sport 53 ct state established counter accept
2022-11-10T18:19:47.464885053Zstderr/static/scripts/openvpn.sh: line 37:   131 Killed                  nft add rule ip filter OUTPUT ip daddr ${dns_server_item} tcp dport 53 ct state new,established counter accept
2022-11-10T18:19:45.780831305Zstderr/static/scripts/openvpn.sh: line 37:   130 Killed                  nft add rule ip filter INPUT ip saddr ${dns_server_item} tcp sport 53 ct state established counter accept
2022-11-10T18:19:44.216001103Zstdout[info] Allowing DNS lookups (tcp, udp port 53) to server '127.2.2.2'
2022-11-10T18:19:44.215596514Zstdout[info] Adding 127.2.2.2 to /etc/resolv.conf
2022-11-10T18:19:44.213162927Zstderr                                ^
2022-11-10T18:19:44.213131984Zstderrdelete rule filter OUTPUT handle
2022-11-10T18:19:44.213077173ZstderrError: syntax error, unexpected newline, expecting number
2022-11-10T18:19:44.213052724Zstderr           ^^^^^^
2022-11-10T18:19:44.213024996Zstderrlist table filter
2022-11-10T18:19:44.212994532ZstderrError: Could not process rule: No such file or directory
2022-11-10T18:19:44.212969025Zstderr                               ^
2022-11-10T18:19:44.212932400Zstderrdelete rule filter INPUT handle
2022-11-10T18:19:44.212892718ZstderrError: syntax error, unexpected newline, expecting number
2022-11-10T18:19:44.212866112Zstderr           ^^^^^^
2022-11-10T18:19:44.212833181Zstdout[info] Change DNS servers to 127.2.2.2
2022-11-10T18:19:44.212794016Zstdout[info] Block DnS-over-TLS to force traffic through tunnel
2022-11-10T18:19:44.212733523Zstdout[info] Your VPN public IP is 172.XXX.XXX.XXX
2022-11-10T18:19:44.101564963Zstdout[info] Connecting to VPN on port 443 with proto udp...
2022-11-10T18:19:44.212658147Zstderrlist table filter
2022-11-10T18:19:44.212616991ZstderrError: Could not process rule: No such file or directory
2022-11-10T18:19:44.212561322Zstderr/static/scripts/openvpn.sh: line 12:   113 Killed                  nft add rule ip filter OUTPUT tcp dport $DOT_PORT counter accept
2022-11-10T18:19:42.496567341Zstderr/static/scripts/openvpn.sh: line 11:   112 Killed                  nft add rule ip filter INPUT tcp sport $DOT_PORT counter accept
2022-11-10T18:19:40.916693513Zstdout[info] Allow DnS-over-TLS for openvpn to lookup VPN server
2022-11-10T18:19:40.914918751Zstdout[info] Create tunnel device
2022-11-10T18:19:40.914772197Zstdout[info] Setting up OpenVPN tunnel
2022-11-10T18:19:40.914744726Zstdout
2022-11-10T18:19:40.914703618Zstdout[info] All rules created
2022-11-10T18:19:40.914537714Zstdout[info] Quick block test. Expected result is time out. Actual result is 172.XXX.XXX.XXX
2022-11-10T18:19:40.885166582Zstderr/static/scripts/nftables_apply.sh: line 12:   105 Killed                  nft -f /nftables.rules
2022-11-10T18:19:39.445043542Zstdout[info] Apply rules
2022-11-10T18:19:39.288973724Zstdout[info] Added route 192.168.1.0/24 via 172.17.0.1 dev eth0 
2022-11-10T18:19:39.273779659Zstderr/static/scripts/nftables_apply.sh: line 5:    98 Killed                  nft flush ruleset
2022-11-10T18:19:37.673654760Zstdout[info] Flusing ruleset
2022-11-10T18:19:37.653561987Zstdout[info] Editing base ruleset
2022-11-10T18:19:37.653484945Zstdout[info] Set up nftables rules
2022-11-10T18:19:37.653456726Zstdout
2022-11-10T18:19:37.653312377Zstdout[warn] Your ISP public IP is 172.XXX.XXX.XXX
2022-11-10T18:19:37.622730908Zstderr[18:19:37.622552] STUBBY: Read config from file /root/stubby/stubby.yml
2022-11-10T18:19:37.615483838Zstdout[info] Run stubby in background on port 53
2022-11-10T18:19:37.615453857Zstdout
2022-11-10T18:19:37.615421665Zstdout[info] All configs fixed
2022-11-10T18:19:37.615286107Zstdout[info] nzbhydra2 fixed.
2022-11-10T18:19:37.609537396Zstdout[info] rtorrent fixed.
2022-11-10T18:19:37.602725619Zstdout[info] sabnzbdplus fixed.
2022-11-10T18:19:37.592497554Zstdout[info] tinyproxy fixed.
2022-11-10T18:19:37.586952032Zstdout[info] danted fixed.
2022-11-10T18:19:37.582915573Zstdout[info] stubby fixed.
2022-11-10T18:19:37.578903680Zstdout[info] launcher fixed.
2022-11-10T18:19:37.568381351Zstdout[info] root folder fixed.
2022-11-10T18:19:37.564263249Zstdout[info] language fixed.
2022-11-10T18:19:37.516865980Zstdout[info] Fixing configs
2022-11-10T18:19:37.516783816Zstdout
2022-11-10T18:19:37.516743031Zstdout[info] All variables set
2022-11-10T18:19:37.516539641Zstdout[info] eth0 IP is 172.17.0.3 in network 172.17.0.0/16
2022-11-10T18:19:37.499947862Zstdout[info] Determine eth0 network for nftables
2022-11-10T18:19:37.499681662Zstdout[info] Will connect openvpn on port=443 proto=udp
2022-11-10T18:19:37.495479254Zstdout[info] Determine openvpn protocol from config file
2022-11-10T18:19:37.487465976Zstdout[info] Determine openvpn port from config file
2022-11-10T18:19:37.487410952Zstdout[info] Set various ports to docker variables
2022-11-10T18:19:37.487135028Zstdout[info] Setting variables
2022-11-10T18:19:37.487092196Zstdout
2022-11-10T18:19:37.486561379Zstdout[info] Config file detected...
`

Ability to configure Flood baseURI and other settings

Hi, great work on the container. Would it be possible to add an environment variable so that Flood baseURI config option can be configured for use with a reverse proxy? Or can you make the Flood config file accessible from the host?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.