-
Feature request?
We have been using STNO for some time now, its awesome, but only now we detected this behaviour.
STNO v3.1.0 since birth, on our setup we had a --parameter-overrides "DefaultRou…
-
Hello,
I am trying to use LoRaMesher with a t-beam-supreme-s3 and am encountering some difficulties.
I am trying to use the counter example.
The board uses sx1262.
Here is the code I am using:
…
-
There could be an option to join a specific channel?
This could be done by (a quick list):
- reserving specific (broadcasted) node addresses for channels, and adding selected to be listened on the…
-
Hi,
I did not manage to route all my traffic through the wireguard interface... I did some research and found an explanation in the debian manpage, how this should work, https://manpages.debian.org/u…
-
Add an optional configuration for accessing resources via the Service Gateway via the DRG (allows access via FastConnect / VPN connections).
Requires an additional Route Table for the DRG and the S…
-
```
What steps will reproduce the problem?
================================================================
server.ovpn
===========
port 1194
proto udp
dev tap
;dev tun
ca ca.crt
cert server.crt
key s…
-
```
What steps will reproduce the problem?
================================================================
server.ovpn
===========
port 1194
proto udp
dev tap
;dev tun
ca ca.crt
cert server.crt
key s…
-
Hi,
Not sure if this is the right place to propose this, but I'd like to propose an additional source of data for asmap -- the full internet routing table.
This can be done by running FRR or BIR…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with …
-
```py
class User(DataBaseModel):
uuid: str = PrimaryKey(default=generate_uuid)
class Step(DataBaseModel):
"""
A step model, for the database
Links to an owner
"""
uui…